JBoss Common Classes 2.2.17.GA

org.jboss.util.property.jmx
Interface SystemPropertyClassValueMBean

All Known Implementing Classes:
SystemPropertyClassValue

public interface SystemPropertyClassValueMBean

MBean interface.


Method Summary
 void create()
          JBoss lifecycle
 String getClassName()
           
 String getProperty()
           
 void setClassName(String className)
          The class name to use a value for the system property when it is available
 void setProperty(String property)
          The system property value
 

Method Detail

getProperty

String getProperty()
Returns:
the system property value

setProperty

void setProperty(String property)
The system property value

Parameters:
property -

getClassName

String getClassName()
Returns:
The class name to use a value for the system property when it is available

setClassName

void setClassName(String className)
The class name to use a value for the system property when it is available

Parameters:
className -

create

void create()
JBoss lifecycle


JBoss Common Classes 2.2.17.GA

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.