Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
javax.management.modelmbean.ModelMBeanOperationInfo

Uses of ModelMBeanOperationInfo in javax.management.modelmbean
 

Methods in javax.management.modelmbean that return ModelMBeanOperationInfo
 ModelMBeanOperationInfo ModelMBeanInfoSupport.getOperation(java.lang.String inName)
           
 ModelMBeanOperationInfo ModelMBeanInfo.getOperation(java.lang.String inName)
           
 

Constructors in javax.management.modelmbean with parameters of type ModelMBeanOperationInfo
ModelMBeanOperationInfo(ModelMBeanOperationInfo info)
          Copy constructor.
ModelMBeanInfoSupport(java.lang.String className, java.lang.String description, ModelMBeanAttributeInfo[] attributes, ModelMBeanConstructorInfo[] constructors, ModelMBeanOperationInfo[] operations, ModelMBeanNotificationInfo[] notifications)
          Creates an instance of Model MBean info implementation based on the given values.
ModelMBeanInfoSupport(java.lang.String className, java.lang.String description, ModelMBeanAttributeInfo[] attributes, ModelMBeanConstructorInfo[] constructors, ModelMBeanOperationInfo[] operations, ModelMBeanNotificationInfo[] notifications, javax.management.Descriptor mbeandescriptor)
          Creates an instance of Model MBean info implementation based on the given values and descriptor.