javax.management
Class MBeanInfo

java.lang.Object
  extended byjavax.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

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()
           
 boolean equals(java.lang.Object obj)
           
 MBeanAttributeInfo[] getAttributes()
           
 java.lang.String getClassName()
           
 MBeanConstructorInfo[] getConstructors()
           
 java.lang.String getDescription()
           
 MBeanNotificationInfo[] getNotifications()
           
 MBeanOperationInfo[] getOperations()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, 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()

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

equals

public boolean equals(java.lang.Object obj)


Copyright © 2001-2002 MX4J Team. All Rights Reserved.