Searched defs:notifications (Results 1 - 5 of 5) sorted by relevance

/openjdk10/jdk/src/java.management/share/classes/javax/management/openmbean/
H A DOpenMBeanInfoSupport.java113 OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications) argument
174 OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications, Descriptor descriptor) argument
[all...]
/openjdk10/jdk/src/java.management/share/classes/javax/management/
H A DMBeanInfo.java146 private final MBeanNotificationInfo[] notifications; field in class:MBeanInfo
186 MBeanInfo(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications) argument
224 MBeanInfo(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications, Descriptor descriptor) argument
[all...]
/openjdk10/jdk/src/java.management/share/classes/javax/management/modelmbean/
H A DModelMBeanInfoSupport.java265 ModelMBeanInfoSupport(String className, String description, ModelMBeanAttributeInfo[] attributes, ModelMBeanConstructorInfo[] constructors, ModelMBeanOperationInfo[] operations, ModelMBeanNotificationInfo[] notifications) argument
306 ModelMBeanInfoSupport(String className, String description, ModelMBeanAttributeInfo[] attributes, ModelMBeanConstructorInfo[] constructors, ModelMBeanOperationInfo[] operations, ModelMBeanNotificationInfo[] notifications, Descriptor mbeandescriptor) argument
/openjdk10/jdk/src/jdk.jconsole/share/classes/sun/tools/jconsole/inspector/
H A DXMBeanNotifications.java604 private XMBeanNotifications notifications; field in class:XMBeanNotifications.XMBeanNotificationsListener
608 XMBeanNotificationsListener( XMBeanNotifications notifications, XMBean xmbean, DefaultMutableTreeNode node, String[] columnNames) argument
/openjdk10/jdk/test/javax/management/MBeanInfo/
H A DMBeanInfoEqualsTest.java257 private final MBeanNotificationInfo[] notifications; field in class:MBeanInfoEqualsTest.MutableMBeanInfo
237 ImmutableMBeanInfo(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications) argument
259 MutableMBeanInfo(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications) argument

Completed in 111 milliseconds