|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The OpenMBeanInfo
describes an OpenMBean.
MBeanInfo
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Checks if the given Object is equal with this OpenMBeanInfo |
MBeanAttributeInfo[] |
getAttributes()
Returns an instance of MBeanAttributeInfo ( OpenMBeanAttributeInfo ) |
java.lang.String |
getClassName()
Return the fully qualified classname that this OpenMBeanInfo describes |
MBeanConstructorInfo[] |
getConstructors()
Returns an array of MBeanConstructorInfo ( OpenMBeanConstructorInfo ) |
java.lang.String |
getDescription()
Returns a human readable description |
MBeanNotificationInfo[] |
getNotifications()
Returns an array of MBeanNotificationInfo which describes notifications by this OpenMBeanInfo |
MBeanOperationInfo[] |
getOperations()
Returns an instance of MBeanOperationInfo ( OpenMBeanOperationInfo ) |
int |
hashCode()
Returns the hashCode of this OpenMBean info |
java.lang.String |
toString()
Returns a String representation |
Method Detail |
public java.lang.String getClassName()
public java.lang.String getDescription()
public MBeanAttributeInfo[] getAttributes()
OpenMBeanAttributeInfo
,
MBeanAttributeInfo
public MBeanOperationInfo[] getOperations()
public MBeanConstructorInfo[] getConstructors()
public MBeanNotificationInfo[] getNotifications()
public boolean equals(java.lang.Object obj)
OpenMBeanInfo
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |