| |
|
| javax.management.openmbean.OpenMBeanInfo
All known Subclasses: javax.management.openmbean.OpenMBeanInfoSupport,
equals | public boolean equals(Object obj)(Code) | | Checks if the given Object is equal with this OpenMBeanInfo
boolean If equal |
getClassName | public String getClassName()(Code) | | Return the fully qualified classname that this OpenMBeanInfo describes
String The fully qualified classname |
getConstructors | public MBeanConstructorInfo[] getConstructors()(Code) | | Returns an array of MBeanConstructorInfo ( OpenMBeanConstructorInfo )
MBeanConstructorInfo the OpenMBeanConstructorInfo array |
getDescription | public String getDescription()(Code) | | Returns a human readable description
String The human readable description |
getNotifications | public MBeanNotificationInfo[] getNotifications()(Code) | | Returns an array of MBeanNotificationInfo which describes notifications
by this OpenMBeanInfo
MBeanNotificationInfo An array of notifications |
getOperations | public MBeanOperationInfo[] getOperations()(Code) | | Returns an instance of MBeanOperationInfo ( OpenMBeanOperationInfo )
MBeanOperationInfo the OpenMBeanOperationInfo array |
hashCode | public int hashCode()(Code) | | Returns the hashCode of this OpenMBean info
int the hashcode |
toString | public String toString()(Code) | | Returns a String representation
String The String representation of this OpenMBeanInfo |
|
|
|