KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > MBeanInfo

javax.management
Class MBeanInfo

java.lang.Object
  extended by javax.management.MBeanInfo
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
ModelMBeanInfoSupport, OpenMBeanInfoSupport
See Also:
Top Examples, Source Code, NotificationBroadcaster.getNotificationInfo(), getNotifications(), getOperations(), getAttributes(), getConstructors(), getClassName(), getMBeanInfo()

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


public boolean equals(Object o)
See Also:
Hashtable, Object.hashCode(), getNotifications(), getConstructors(), getOperations(), getAttributes(), getDescription(), getClassName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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


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


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


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


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


public MBeanInfo(String className,
                 String description,
                 MBeanAttributeInfo[] attributes,
                 MBeanConstructorInfo[] constructors,
                 MBeanOperationInfo[] operations,
                 MBeanNotificationInfo[] notifications)
          throws IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags