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
- Version:
- $Revision: 1.7 $
- Author:
- Simone Bordet
- See Also:
- Serialized Form
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,
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()
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
Copyright © 2001-2002 MX4J Team. All Rights Reserved.