|
|
javax > javax.management > javax.management.modelmbean > javax.management.modelmbean.modelmbeanoperationinfo >
Class: javax.management.modelmbean.ModelMBeanOperationInfo java.lang.Object javax.management.MBeanFeatureInfo javax.management.MBeanOperationInfo javax.management.modelmbean.ModelMBeanOperationInfo
public class ModelMBeanOperationInfo extends MBeanOperationInfo implements DescriptorAccess
FIELDS:
CONSTRUCTORS:
| | | public | ModelMBeanOperationInfo(String description, Method operationMethod) |
| | public | ModelMBeanOperationInfo(String description, Method operationMethod, Descriptor descriptor) |
| | public | ModelMBeanOperationInfo(String name, String description, MBeanParameterInfo[] signature, String type, int impact) |
| | public | ModelMBeanOperationInfo(String name, String description, MBeanParameterInfo[] signature, String type, int impact, Descriptor descriptor) |
| | public | ModelMBeanOperationInfo(ModelMBeanOperationInfo inInfo) |
| |
|
|
|
METHODS:
INHERITED METHODS:
| clone(), getReturnType(), getSignature(), getImpact(), toString(), equals(java.lang.Object), hashCode(), 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:
|
|



|