javax.management
Class MBeanInfo
java.lang.Object
|
+--javax.management.MBeanInfo
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- Direct Known Subclasses:
- ModelMBeanInfoSupport, OpenMBeanInfoSupport
- public class MBeanInfo
- extends java.lang.Object
- implements java.lang.Cloneable, java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
MBeanInfo(java.lang.String className,
java.lang.String description,
javax.management.MBeanAttributeInfo[] attributes,
javax.management.MBeanConstructorInfo[] constructors,
javax.management.MBeanOperationInfo[] operations,
javax.management.MBeanNotificationInfo[] notifications)
|
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
MBeanInfo
public MBeanInfo(java.lang.String className,
java.lang.String description,
javax.management.MBeanAttributeInfo[] attributes,
javax.management.MBeanConstructorInfo[] constructors,
javax.management.MBeanOperationInfo[] operations,
javax.management.MBeanNotificationInfo[] notifications)
clone
public java.lang.Object clone()
- Overrides:
clone
in class java.lang.Object
getClassName
public java.lang.String getClassName()
getDescription
public java.lang.String getDescription()
getConstructors
public javax.management.MBeanConstructorInfo[] getConstructors()
getAttributes
public javax.management.MBeanAttributeInfo[] getAttributes()
getOperations
public javax.management.MBeanOperationInfo[] getOperations()
getNotifications
public javax.management.MBeanNotificationInfo[] getNotifications()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object