|
|
javax > javax.management > javax.management.mbeanoperationinfo >
Class: javax.management.MBeanOperationInfo java.lang.Object javax.management.MBeanFeatureInfo javax.management.MBeanOperationInfo
public class MBeanOperationInfo extends MBeanFeatureInfo implements Cloneable
FIELDS:
public static final int ACTION : 1 public static final int ACTION_INFO : 2 public static final int INFO : 0 public static final int UNKNOWN : 3 |
|
|
|
CONSTRUCTORS:
| | | public | MBeanOperationInfo(String description, Method method) |
| | public | MBeanOperationInfo(String name, String description, MBeanParameterInfo[] signature, String type, int impact) |
| | public | MBeanOperationInfo(String name, String description, MBeanParameterInfo[] signature, String type, int impact, Descriptor descriptor) |
| |
|
|
|
METHODS:
INHERITED METHODS:
| getName(), getDescription(), getDescriptor(), equals(java.lang.Object), hashCode(), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|