JavaTM 2 Platform
Standard Ed. 6

类 javax.management.modelmbean.ModelMBeanOperationInfo
的使用

使用 ModelMBeanOperationInfo 的软件包
javax.management.modelmbean 提供了 ModelMBean 类的定义。 
 

javax.management.modelmbeanModelMBeanOperationInfo 的使用
 

返回 ModelMBeanOperationInfojavax.management.modelmbean 中的方法
 ModelMBeanOperationInfo ModelMBeanInfo.getOperation(String inName)
          返回通过名称请求的 ModelMBeanOperationInfo。
 ModelMBeanOperationInfo ModelMBeanInfoSupport.getOperation(String inName)
           
 

参数类型为 ModelMBeanOperationInfojavax.management.modelmbean 中的构造方法
ModelMBeanInfoSupport(String className, String description, ModelMBeanAttributeInfo[] attributes, ModelMBeanConstructorInfo[] constructors, ModelMBeanOperationInfo[] operations, ModelMBeanNotificationInfo[] notifications)
          创建带有所提供的信息、但描述符为默认描述符的 ModelMBeanInfoSupport。
ModelMBeanInfoSupport(String className, String description, ModelMBeanAttributeInfo[] attributes, ModelMBeanConstructorInfo[] constructors, ModelMBeanOperationInfo[] operations, ModelMBeanNotificationInfo[] notifications, Descriptor mbeandescriptor)
          创建带有所提供的信息和参数中给出的描述符的 ModelMBeanInfoSupport。
ModelMBeanOperationInfo(ModelMBeanOperationInfo inInfo)
          根据此 ModelMBeanOperation Object 构造新的 ModelMBeanOperationInfo 对象。
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only