软件包 | 描述 |
---|---|
javax.management.modelmbean |
提供的ModelMBean类的定义。
|
Modifier and Type | Method and Description |
---|---|
ModelMBeanOperationInfo |
ModelMBeanInfoSupport.getOperation(String inName) |
ModelMBeanOperationInfo |
ModelMBeanInfo.getOperation(String inName)
返回请求的名称modelmbeanoperationinfo。
|
Constructor and Description |
---|
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构建对象的新modelmbeanoperationinfo对象。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.