Uses of Class
javax.management.modelmbean.ModelMBeanNotificationInfo
-
Packages that use ModelMBeanNotificationInfo 软件包 描述 javax.management.modelmbean 提供ModelMBean类的定义。 -
-
Uses of ModelMBeanNotificationInfo in javax.management.modelmbean
Methods in javax.management.modelmbean that return ModelMBeanNotificationInfo Modifier and Type 方法 描述 ModelMBeanNotificationInfo
ModelMBeanInfo. getNotification(String inName)
返回名称请求的ModelMBeanNotificationInfo。ModelMBeanNotificationInfo
ModelMBeanInfoSupport. getNotification(String inName)
Constructors in javax.management.modelmbean with parameters of type ModelMBeanNotificationInfo Constructor 描述 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。ModelMBeanNotificationInfo(ModelMBeanNotificationInfo inInfo)
从此ModelMBeanNotfication对象构造一个新的ModelMBeanNotificationInfo对象。
-