GNU Classpath (0.95) | |
Frames | No Frames |
Constructors with parameter type javax.management.MBeanConstructorInfo | |
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.MBeanConstructorInfo | |
MBeanConstructorInfo[] | Returns information on the constructors that will be used in
the MBeanInfo instance. |
String | Returns the description of the constructor that will be used in
the supplied MBeanConstructorInfo instance. |
String | Returns the description of the nth parameter of the constructor
that will be used in the supplied MBeanParameterInfo
instance. |
String | Returns the name of the nth parameter of the constructor
that will be used in the supplied MBeanParameterInfo
instance. |
Methods with return type javax.management.MBeanConstructorInfo | |
MBeanConstructorInfo[] | Returns descriptions of each of the constructors provided
by this management bean. |
MBeanConstructorInfo[] | Returns information on the constructors that will be used in
the MBeanInfo instance. |
Classes derived from javax.management.MBeanConstructorInfo | |
class | Describes a constructor for an open management bean.
|
Methods with return type javax.management.MBeanConstructorInfo | |
MBeanConstructorInfo[] | Returns descriptions of each of the constructors provided by this
management bean. |
GNU Classpath (0.95) |