Package org.jboss.util.property.jmx
Interface SystemPropertyClassValueMBean
-
- All Known Implementing Classes:
SystemPropertyClassValue
public interface SystemPropertyClassValueMBeanMBean interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreate()JBoss lifecyclejava.lang.StringgetClassName()java.lang.StringgetProperty()voidsetClassName(java.lang.String className)The class name to use a value for the system property when it is availablevoidsetProperty(java.lang.String property)The system property value
-
-
-
Method Detail
-
getProperty
java.lang.String getProperty()
- Returns:
- the system property value
-
setProperty
void setProperty(java.lang.String property)
The system property value- Parameters:
property-
-
getClassName
java.lang.String getClassName()
- Returns:
- The class name to use a value for the system property when it is available
-
setClassName
void setClassName(java.lang.String className)
The class name to use a value for the system property when it is available- Parameters:
className-
-
create
void create()
JBoss lifecycle
-
-