Searched refs:notification (Results 51 - 61 of 61) sorted by relevance

123

/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSctpChannelImpl.java790 } else { /* notification */
800 * handled the COMM_UP with the internal notification
886 SctpNotification notification = resultContainer.notification();
888 notification.setAssociation(association);
892 return handler.handleNotification(notification, attachment);
914 resultContainer.notification(), attachment);
/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DCounterMonitor.java41 * notification} when the value of the counter reaches or exceeds a
51 * the threshold triggers an event notification every time the count
533 * Gets the notification's on/off switch value common to all
546 * Sets the notification's on/off switch value common to all
549 * @param value The notification's on/off switch value.
597 * name of the Java class of the notification and the notification
619 * <CODE>true</CODE> and it is the first notification (so we
668 * Updates the notification attribute of the observed object
678 // Send notification i
916 onErrorNotification(MonitorNotification notification) argument
[all...]
H A DMonitor.java274 * corresponding notification has already been sent for the MBean
299 * Flag denoting that a notification has occurred after changing
302 * of the first notification.
307 * Flag denoting that a notification has occurred after changing
310 * time of the first notification.
315 * Flag denoting that a notification has occurred after changing
319 * notification.
324 * Flag denoting that a notification has occurred after changing
328 * time of the first notification.
353 * Flag denoting that a notification ha
891 onErrorNotification(MonitorNotification notification) argument
[all...]
/openjdk7/jdk/test/javax/management/monitor/
H A DAttributeArbitraryDataTypeTest.java186 public void handleNotification(Notification notification, argument
188 MonitorNotification n = (MonitorNotification) notification;
214 echo("\t\tSkipping notification of type: " + type);
359 // Check if notification was received
362 echo("\tOK: CounterMonitor notification received");
364 echo("\tKO: CounterMonitor notification missed or not emitted");
526 // Check if notification was received
529 echo("\tOK: GaugeMonitor notification received");
531 echo("\tKO: GaugeMonitor notification missed or not emitted");
681 // Check if notification wa
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXTree.java151 // unregistered notification). Deletes the tree node associated
557 // Check if this MBean is a notification emitter
654 DefaultMutableTreeNode notification =
658 notification.setUserObject(notificationUO);
659 notification.setAllowsChildren(false);
660 notifications.add(notification);
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DMultiThreadDeadLockTest.java27 * @summary test on a client notification deadlock.
55 env.put("jmx.remote.x.notification.fetch.timeout", serverTimeout);
183 public void handleNotification(Notification notification, Object handback) {
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DDeadListenerTest.java161 assertTrue("count1 notification listener has not been cleaned up", count1Ref.get() == null);
162 assertTrue("count2 notification listener has not been cleaned up", count2Ref.get() == null);
196 public void handleNotification(Notification notification, Object handback) { argument
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMibTable.java754 * notification is emitted.
822 * notification class and the notification type sent by the
2194 * Enable this <CODE>SnmpMibTable</CODE> to send a notification.
2197 * @param notification The notification to send.
2199 private synchronized void sendNotification(Notification notification) { argument
2227 (filter.isNotificationEnabled(notification))) {
2229 listener.handleNotification(notification,handback) ;
2237 * entry notification t
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/interceptor/
H A DDefaultMBeanServerInterceptor.java1131 * source of a received notification from a reference to an MBean
1133 * notification sending easier for MBean writers, it comes at a
1135 * notification, which is basically wrong if there are also
1487 // Create notification
1738 public void handleNotification(Notification notification, argument
1740 if (notification != null) {
1741 if (notification.getSource() == mbean)
1742 notification.setSource(name);
1754 listener.handleNotification(notification, handback);
1907 "addObject", "Send create notification o
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DCommands.java761 String notification = t.nextToken();
767 if (notification.equals("uncaught")) {
770 } else if (notification.equals("caught")) {
773 } else if (notification.equals("all")) {
787 classPattern = notification;
/openjdk7/jdk/src/macosx/classes/com/apple/eawt/
H A D_AppEventHandler.java61 private static native void nativeRegisterForNotification(final int notification); argument
236 System.err.println("EAWT unknown native notification: " + code);

Completed in 843 milliseconds

123