| |
|
| java.lang.Object com.rift.coad.lib.deployment.BeanInfo com.rift.coad.lib.deployment.JMXBeanInfo
JMXBeanInfo | public class JMXBeanInfo extends BeanInfo (Code) | | The JMX object responsible for storing the bean information.
author: Brett Chaldecott |
Method Summary | |
public String | getObjectName() The getter for the object name. | public boolean | isInitialized() This method will return true if the object is initialized and false if it
is not. | public void | setObjectName(String objectName) The method is responsible for setting the object name. |
JMXBeanInfo | public JMXBeanInfo()(Code) | | Creates a new instance of JMXBeanInfo
|
getObjectName | public String getObjectName()(Code) | | The getter for the object name.
The name of the object. |
isInitialized | public boolean isInitialized()(Code) | | This method will return true if the object is initialized and false if it
is not.
TRUE if initialized and FALSE if not. |
setObjectName | public void setObjectName(String objectName)(Code) | | The method is responsible for setting the object name.
Parameters: objectName - The name of the object to set. |
|
|
|