Package org.jboss.util.property.jmx
Interface SystemPropertyClassValueMBean
-
- All Known Implementing Classes:
SystemPropertyClassValue
public interface SystemPropertyClassValueMBean
MBean interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
create()
JBoss lifecyclejava.lang.String
getClassName()
java.lang.String
getProperty()
void
setClassName(java.lang.String className)
The class name to use a value for the system property when it is availablevoid
setProperty(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
-
-