|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 |
ModelMBeanInfoSupport.getOperation(String inName)
|
ModelMBeanOperationInfo |
ModelMBeanInfo.getOperation(String inName)
|
| Constructors in javax.management.modelmbean with parameters of type ModelMBeanOperationInfo | |
ModelMBeanOperationInfo(ModelMBeanOperationInfo info)
Copy constructor. |
|
ModelMBeanInfoSupport(String className,
String description,
ModelMBeanAttributeInfo[] attributes,
ModelMBeanConstructorInfo[] constructors,
ModelMBeanOperationInfo[] operations,
ModelMBeanNotificationInfo[] notifications)
Creates an instance of Model MBean info implementation based on the given values. |
|
ModelMBeanInfoSupport(String className,
String description,
ModelMBeanAttributeInfo[] attributes,
ModelMBeanConstructorInfo[] constructors,
ModelMBeanOperationInfo[] operations,
ModelMBeanNotificationInfo[] notifications,
Descriptor mbeandescriptor)
Creates an instance of Model MBean info implementation based on the given values and descriptor. |
|
| Uses of ModelMBeanOperationInfo in org.jboss.mx.metadata |
| Methods in org.jboss.mx.metadata that return ModelMBeanOperationInfo | |
protected ModelMBeanOperationInfo[] |
XMBeanMetaData.buildOperationInfo(List operations)
Parses the contents of an <operation> element. |
protected ModelMBeanOperationInfo[] |
JBossXMBean10.buildOperationInfo(List operations,
List attributes)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||