javax.management
Class MBeanInfo
java.lang.Object
|
+--javax.management.MBeanInfo
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- Direct Known Subclasses:
- ModelMBeanInfoSupport
- public class MBeanInfo
- extends java.lang.Object
- implements java.lang.Cloneable, java.io.Serializable
- Version:
- $Revision: 1.5 $
- Author:
- Simone Bordet
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBeanInfo
public MBeanInfo(java.lang.String className,
java.lang.String description,
MBeanAttributeInfo[] attributes,
MBeanConstructorInfo[] constructors,
MBeanOperationInfo[] operations,
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 MBeanConstructorInfo[] getConstructors()
getAttributes
public MBeanAttributeInfo[] getAttributes()
getOperations
public MBeanOperationInfo[] getOperations()
getNotifications
public MBeanNotificationInfo[] getNotifications()