GNU Classpath (0.95) | |
Frames | No Frames |
Constructors with parameter type javax.management.MBeanAttributeInfo | |
MBeanInfo.MBeanInfo(String name, String desc, MBeanAttributeInfo[] attribs, MBeanConstructorInfo[] cons, MBeanOperationInfo[] ops, MBeanNotificationInfo[] notifs) Constructs a new MBeanInfo using the supplied
class name and description with the given attributes,
operations, constructors and notifications. |
Methods with parameter type javax.management.MBeanAttributeInfo | |
String | Returns the description of the attribute that will be used in
the supplied MBeanAttributeInfo instance. |
Methods with return type javax.management.MBeanAttributeInfo | |
MBeanAttributeInfo[] | Returns descriptions of each of the attributes provided
by this management bean. |
Classes derived from javax.management.MBeanAttributeInfo | |
class | Describes an attribute of an open management bean.
|
Methods with return type javax.management.MBeanAttributeInfo | |
MBeanAttributeInfo[] | Returns descriptions of each of the attributes provided by this
management bean. |
GNU Classpath (0.95) |