站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 common API Documentation 英文版文档

SystemPropertyClassValueMBean (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档


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

public String getProperty()
The system property value


setProperty

public void setProperty(String property)
The system property value


getClassName

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


setClassName

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


create

public void create()
JBoss lifecycle



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