站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jmx API Documentation 英文版文档

Uses of Class javax.management.MBeanOperationInfo (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


Uses of Class
javax.management.MBeanOperationInfo

Packages that use MBeanOperationInfo
javax.management   
javax.management.modelmbean   
javax.management.openmbean   
org.jboss.mx.metadata   
org.jboss.mx.modelmbean   
org.jboss.mx.server   
 

Uses of MBeanOperationInfo in javax.management
 

Methods in javax.management that return MBeanOperationInfo
 MBeanOperationInfo[] MBeanInfo.getOperations()
           
 

Methods in javax.management with parameters of type MBeanOperationInfo
protected  String StandardMBean.getDescription(MBeanOperationInfo info)
          Retrieve the description of the mbean operation
protected  String StandardMBean.getDescription(MBeanOperationInfo info, MBeanParameterInfo param, int sequence)
          Retrieve the description of the mbean operation parameter
protected  String StandardMBean.getParameterName(MBeanOperationInfo info, MBeanParameterInfo param, int sequence)
          Retrieve the parameter name for an operation
protected  int StandardMBean.getImpact(MBeanOperationInfo info)
          Retrieve the impact of the mbean operation
 

Constructors in javax.management with parameters of type MBeanOperationInfo
MBeanInfo(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications)
           
 

Uses of MBeanOperationInfo in javax.management.modelmbean
 

Subclasses of MBeanOperationInfo in javax.management.modelmbean
 class ModelMBeanOperationInfo
          Represents Model MBean operation.
 

Methods in javax.management.modelmbean that return MBeanOperationInfo
 MBeanOperationInfo[] ModelMBeanInfoSupport.getOperations()
           
 MBeanOperationInfo[] ModelMBeanInfo.getOperations()
           
 

Uses of MBeanOperationInfo in javax.management.openmbean
 

Subclasses of MBeanOperationInfo in javax.management.openmbean
 class OpenMBeanOperationInfoSupport
          OpenMBeanOperationInfo implementation
 

Methods in javax.management.openmbean that return MBeanOperationInfo
 MBeanOperationInfo[] OpenMBeanInfo.getOperations()
          Retrieve an array of OpenMBeanOperationInfos describing each operation of the open mbean.
 

Uses of MBeanOperationInfo in org.jboss.mx.metadata
 

Methods in org.jboss.mx.metadata with parameters of type MBeanOperationInfo
 Method MethodMapper.lookupOperation(MBeanOperationInfo info)
          Return a method matching the signature defined in the operation info
static String MethodMapper.operationSignature(MBeanOperationInfo info)
          Generates a signature string using the operation info.
 

Constructors in org.jboss.mx.metadata with parameters of type MBeanOperationInfo
AttributeOperationResolver(MBeanAttributeInfo[] attributes, MBeanOperationInfo[] operations)
          Uses the AttributeInfo and OperationInfo arrays to configure the resolver.
 

Uses of MBeanOperationInfo in org.jboss.mx.modelmbean
 

Methods in org.jboss.mx.modelmbean with parameters of type MBeanOperationInfo
protected  void ModelMBeanInvoker.initOperationContexts(MBeanOperationInfo[] operations)
           
 

Uses of MBeanOperationInfo in org.jboss.mx.server
 

Methods in org.jboss.mx.server with parameters of type MBeanOperationInfo
static String MethodMapper.operationSignature(MBeanOperationInfo info)
          Generates a signature string using the operation info.
 Method MethodMapper.lookupOperation(MBeanOperationInfo info)
          Return a method matching the signature defined in the operation info
 Method MethodMapper.lookupOperation(MBeanOperationInfo info, Object mbean)
          Used to see if a ModelMBean has the operation in question.
protected  void AbstractMBeanInvoker.initOperationContexts(MBeanOperationInfo[] operations)
           
 

Constructors in org.jboss.mx.server with parameters of type MBeanOperationInfo
AbstractMBeanInvoker.OperationKey(MBeanOperationInfo info)
           
 



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