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

Constructor Summary
MBeanInfo(java.lang.String className, java.lang.String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications)
           
 
Method Summary
 java.lang.Object clone()
           
 MBeanAttributeInfo[] getAttributes()
           
 java.lang.String getClassName()
           
 MBeanConstructorInfo[] getConstructors()
           
 java.lang.String getDescription()
           
 MBeanNotificationInfo[] getNotifications()
           
 MBeanOperationInfo[] getOperations()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBeanInfo

public MBeanInfo(java.lang.String className,
                 java.lang.String description,
                 MBeanAttributeInfo[] attributes,
                 MBeanConstructorInfo[] constructors,
                 MBeanOperationInfo[] operations,
                 MBeanNotificationInfo[] notifications)
Method Detail

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()