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