Uses of Class
javax.management.modelmbean.ModelMBeanOperationInfo

Packages that use ModelMBeanOperationInfo
javax.management.modelmbean   
org.jboss.mx.metadata   
 

Uses of ModelMBeanOperationInfo in javax.management.modelmbean
 

Methods in javax.management.modelmbean that return ModelMBeanOperationInfo
 ModelMBeanOperationInfo ModelMBeanInfo.getOperation(String inName)
           
 ModelMBeanOperationInfo ModelMBeanInfoSupport.getOperation(String inName)
          Returns the operation info for the named attribute, or null if there is none.
 

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

Uses of ModelMBeanOperationInfo in org.jboss.mx.metadata
 

Methods in org.jboss.mx.metadata that return ModelMBeanOperationInfo
protected  ModelMBeanOperationInfo[] JBossXMBean10.buildOperationInfo(List operations)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.