mx4j.server
Interface MBeanMetaData
public interface MBeanMetaData
Objects of this class hold metadata information about MBeans.
Version:
MBeanMetaData.Factory
getMBeanInfo
public javax.management.MBeanInfo getMBeanInfo()
Returns the MBeanInfo of the MBean
setMBeanInfo(MBeanInfo)
getMBeanInterface
public Class getMBeanInterface()
Returns the management interface of the standard MBean
setMBeanInterface(Class)
getObjectInstance
public javax.management.ObjectInstance getObjectInstance()
Returns the ObjectInstance of the MBean
getMBeanInfo()
, getObjectName()
getObjectName
public javax.management.ObjectName getObjectName()
Returns the ObjectName of the MBean
setObjectName(ObjectName)
setClassLoader
public void setClassLoader(ClassLoader loader)
Sets the classloader for the MBean
getClassLoader()
setMBean
public void setMBean(Object mbean)
Sets the MBean instance
getMBean()
setMBeanDynamic
public void setMBeanDynamic(boolean value)
Sets whether the MBean is dynamic
isMBeanDynamic()
setMBeanInfo
public void setMBeanInfo(javax.management.MBeanInfo info)
Sets the MBeanInfo of the MBean
getMBeanInfo()
setMBeanInterface
public void setMBeanInterface(Class management)
Sets the management interface of the standard MBean
getMBeanInterface()
setMBeanStandard
public void setMBeanStandard(boolean value)
Sets whether the MBean is standard
isMBeanStandard()
setObjectName
public void setObjectName(javax.management.ObjectName name)
Sets the ObjectName of the MBean
getObjectName()
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.