KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > openmbean > OpenMBeanInfo

javax.management.openmbean
Interface OpenMBeanInfo

All Known Implementing Classes:
OpenMBeanInfoSupport
See Also:
Source Code, OpenMBeanConstructorInfo, OpenMBeanOperationInfo, OpenMBeanAttributeInfo, MBeanConstructorInfo, MBeanOperationInfo, MBeanAttributeInfo, getConstructors(), getOperations(), getAttributes(), MBeanInfo, getMBeanInfo()

boolean equals(Object obj)
See Also:
Hashtable, Object.hashCode()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


MBeanAttributeInfo[] getAttributes()
See Also:
OpenMBeanAttributeInfoSupport
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String getClassName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


MBeanConstructorInfo[] getConstructors()
See Also:
OpenMBeanConstructorInfoSupport
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String getDescription()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


MBeanNotificationInfo[] getNotifications()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


MBeanOperationInfo[] getOperations()
See Also:
OpenMBeanOperationInfoSupport
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


int hashCode()
See Also:
Hashtable, Object.equals(java.lang.Object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String toString()
See Also:
Object
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags