Uses of Class
javax.management.modelmbean.ModelMBeanAttributeInfo
-
Packages that use ModelMBeanAttributeInfo 软件包 描述 javax.management.modelmbean 提供ModelMBean类的定义。 -
-
Uses of ModelMBeanAttributeInfo in javax.management.modelmbean
Methods in javax.management.modelmbean that return ModelMBeanAttributeInfo 变量和类型 方法 描述 ModelMBeanAttributeInfo
ModelMBeanInfo. getAttribute(String inName)
返回按名称请求的ModelMBeanAttributeInfo。Constructors in javax.management.modelmbean with parameters of type ModelMBeanAttributeInfo 构造器 描述 ModelMBeanAttributeInfo(ModelMBeanAttributeInfo inInfo)
从此ModelMBeanAttributeInfo对象构造一个新的ModelMBeanAttributeInfo对象。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。
-