Searched refs:notifications (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DOpenMBeanInfoSupport.java72 * notifications}.</p>
75 * {@code openOperations} and {@code notifications}
103 * @param notifications The list of notifications emitted by the
117 MBeanNotificationInfo[] notifications) {
119 openAttributes, openConstructors, openOperations, notifications,
128 * notifications}, and {@code descriptor}.</p>
131 * openOperations} and {@code notifications} array parameters are
159 * @param notifications The list of notifications emitte
112 OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications) argument
173 OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications, Descriptor descriptor) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/management/
H A DMBeanInfo.java100 * any contained constructors, and notifications; the names
145 private final MBeanNotificationInfo[] notifications; field in class:MBeanInfo
182 * @param notifications The list of notifications emitted. This
190 MBeanNotificationInfo[] notifications)
193 notifications, null);
216 * @param notifications The list of notifications emitted. This
228 MBeanNotificationInfo[] notifications,
248 if (notifications
185 MBeanInfo(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications) argument
223 MBeanInfo(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications, Descriptor descriptor) argument
[all...]
/openjdk7/jdk/test/javax/management/MBeanInfo/
H A DMBeanInfoEqualsTest.java241 MBeanNotificationInfo[] notifications) {
243 notifications);
256 private final MBeanNotificationInfo[] notifications; field in class:MBeanInfoEqualsTest.MutableMBeanInfo
263 MBeanNotificationInfo[] notifications) {
270 this.notifications = notifications;
294 return notifications;
236 ImmutableMBeanInfo(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications) argument
258 MutableMBeanInfo(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications) argument
/openjdk7/jdk/test/javax/management/modelmbean/
H A DAddAttributeChangeNotificationListenerTest.java182 ModelMBeanNotificationInfo[] notifications = null;
191 notifications);
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXMBeanNotifications.java604 private XMBeanNotifications notifications; field in class:XMBeanNotifications.XMBeanNotificationsListener
609 XMBeanNotifications notifications,
613 this.notifications = notifications;
697 notifications.fireNotificationReceived(
608 XMBeanNotificationsListener( XMBeanNotifications notifications, XMBean xmbean, DefaultMutableTreeNode node, String[] columnNames) argument
H A DXTree.java647 DefaultMutableTreeNode notifications = new DefaultMutableTreeNode();
650 notifications.setUserObject(notificationsUO);
651 node.insert(notifications, childIndex++);
660 notifications.add(notification);
/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DModelMBeanInfoSupport.java265 * @param notifications array of ModelMBeanNotificationInfo
273 ModelMBeanNotificationInfo[] notifications) {
275 operations, notifications, null);
291 * @param notifications array of ModelMBeanNotificationInfo
314 ModelMBeanNotificationInfo[] notifications,
321 (notifications != null) ? notifications : NO_NOTIFICATIONS);
331 modelMBeanNotifications = notifications;
268 ModelMBeanInfoSupport(String className, String description, ModelMBeanAttributeInfo[] attributes, ModelMBeanConstructorInfo[] constructors, ModelMBeanOperationInfo[] operations, ModelMBeanNotificationInfo[] notifications) argument
309 ModelMBeanInfoSupport(String className, String description, ModelMBeanAttributeInfo[] attributes, ModelMBeanConstructorInfo[] constructors, ModelMBeanOperationInfo[] operations, ModelMBeanNotificationInfo[] notifications, Descriptor mbeandescriptor) argument
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/doc-files/
H A DModality.txt83 don't receive any notifications when the dialog is iconified

Completed in 41 milliseconds