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()
          The class name to use a value for the system property when it is available
 String getProperty()
          The system property value
 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()
The system property value


setProperty

void setProperty(String property)
The system property value


getClassName

String getClassName()
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


create

void create()
JBoss lifecycle



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.