javax.management.modelmbean
Class ModelMBeanOperationInfo

java.lang.Object
  |
  +--javax.management.MBeanFeatureInfo
        |
        +--javax.management.MBeanOperationInfo
              |
              +--javax.management.modelmbean.ModelMBeanOperationInfo
All Implemented Interfaces:
java.lang.Cloneable, DescriptorAccess, java.io.Serializable

public class ModelMBeanOperationInfo
extends MBeanOperationInfo
implements DescriptorAccess

Version:
$Revision: 1.4 $
Author:
Simone Bordet
See Also:
Serialized Form

Fields inherited from class javax.management.MBeanOperationInfo
ACTION, ACTION_INFO, INFO, UNKNOWN
 
Constructor Summary
ModelMBeanOperationInfo(ModelMBeanOperationInfo copy)
           
ModelMBeanOperationInfo(java.lang.String description, java.lang.reflect.Method method)
           
ModelMBeanOperationInfo(java.lang.String description, java.lang.reflect.Method method, Descriptor descriptor)
           
ModelMBeanOperationInfo(java.lang.String name, java.lang.String description, MBeanParameterInfo[] params, java.lang.String type, int impact)
           
ModelMBeanOperationInfo(java.lang.String name, java.lang.String description, MBeanParameterInfo[] params, java.lang.String type, int impact, Descriptor descriptor)
           
 
Method Summary
 Descriptor getDescriptor()
           
 void setDescriptor(Descriptor descriptor)
           
 
Methods inherited from class javax.management.MBeanOperationInfo
equals, getImpact, getReturnType, getSignature, hashCode
 
Methods inherited from class javax.management.MBeanFeatureInfo
clone, getDescription, getName
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelMBeanOperationInfo

public ModelMBeanOperationInfo(java.lang.String description,
                               java.lang.reflect.Method method)

ModelMBeanOperationInfo

public ModelMBeanOperationInfo(java.lang.String description,
                               java.lang.reflect.Method method,
                               Descriptor descriptor)

ModelMBeanOperationInfo

public ModelMBeanOperationInfo(java.lang.String name,
                               java.lang.String description,
                               MBeanParameterInfo[] params,
                               java.lang.String type,
                               int impact)

ModelMBeanOperationInfo

public ModelMBeanOperationInfo(java.lang.String name,
                               java.lang.String description,
                               MBeanParameterInfo[] params,
                               java.lang.String type,
                               int impact,
                               Descriptor descriptor)

ModelMBeanOperationInfo

public ModelMBeanOperationInfo(ModelMBeanOperationInfo copy)
Method Detail

getDescriptor

public Descriptor getDescriptor()
Specified by:
getDescriptor in interface DescriptorAccess

setDescriptor

public void setDescriptor(Descriptor descriptor)
Specified by:
setDescriptor in interface DescriptorAccess