|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MBeanInfoProvider
An object to be managed can implement this class to provide more meta infomation for the MBeanInfo
| Method Summary | |
|---|---|
MBeanAttributeInfo[] |
getAttributeInfos()
Get an array of MBeanAttributeInfo |
String |
getDescription()
Get the Description of the item |
String |
getName()
Get the name of the item |
Object |
getObjectToManage()
Get the Object to Manage |
MBeanOperationInfo[] |
getOperationInfos()
Get an array of MBeanOperationInfo |
String |
getSubType()
Get the type of this mbean |
String |
getType()
Get the type of this mbean |
void |
setPropertyChangeListener(PropertyChangeListener l)
Register for propertyChange events |
| Method Detail |
|---|
MBeanAttributeInfo[] getAttributeInfos()
throws JMException
JMException
MBeanOperationInfo[] getOperationInfos()
throws JMException
JMExceptionObject getObjectToManage()
String getName()
String getType()
String getSubType()
String getDescription()
void setPropertyChangeListener(PropertyChangeListener l)
l -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||