Searched defs:notification (Results 26 - 39 of 39) sorted by relevance

12

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DMBeansTab.java207 /* notification listener: handleNotification */
209 final Notification notification, Object handback) {
212 if (notification instanceof MBeanServerNotification) {
214 ((MBeanServerNotification) notification).getMBeanName();
215 if (notification.getType().equals(
218 } else if (notification.getType().equals(
208 handleNotification( final Notification notification, Object handback) argument
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DNotificationAccessControllerTest.java98 Notification notification,
104 echo("\tnotification: " + notification);
164 echo("Received notification: " + n);
188 " notification access control checks " +
205 env.put("com.sun.jmx.remote.notification.access.controller",
247 // Add notification listener
282 // Remove notification listener
357 System.out.println("\nTest notification access control.");
95 fetchNotification( String connectionId, ObjectName name, Notification notification, Subject subject) argument
/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DGaugeMonitor.java47 * notification} is sent. The notify high flag must be set to
57 * notification} is sent. The notify low flag must be set to
390 * Gets the high notification's on/off switch value common to all
403 * Sets the high notification's on/off switch value common to all
406 * @param value The high notification's on/off switch value.
417 * Gets the low notification's on/off switch value common to all
430 * Sets the low notification's on/off switch value common to all
433 * @param value The low notification's on/off switch value.
479 * name of the Java class of the notification and the notification
822 onErrorNotification(MonitorNotification notification) argument
[all...]
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/com/sun/nio/sctp/SctpChannel/
H A DCommUp.java312 Notification notification, Object attachment) {
313 fail("Unknown notification type");
319 AssociationChangeNotification notification, Object attachment) {
320 AssocChangeEvent event = notification.event();
322 debug(" Association: " + notification.association());
335 ShutdownNotification notification, Object attachment) {
337 debug(" Association: " + notification.association());
311 handleNotification( Notification notification, Object attachment) argument
318 handleNotification( AssociationChangeNotification notification, Object attachment) argument
334 handleNotification( ShutdownNotification notification, Object attachment) argument
/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/management/snmp/jvminstr/
H A DJVM_MANAGEMENT_MIB_IMPL.java108 * Translate each JMX notification in SNMP trap.
111 public void handleNotification(Notification notification, argument
113 log.debug("handleNotification", "Received notification [ " +
114 notification.getType() + "]");
116 String type = notification.getType();
121 from((CompositeData) notification.getUserData());
198 * List of notification targets.
254 * Add a notification target.
267 * Remove notification listener.
278 * Add notification target
[all...]
/openjdk7/jdk/src/share/classes/javax/management/timer/
H A DTimer.java57 * When a timer notification is emitted by the timer and becomes obsolete,
64 * <LI>When sending timer notifications, the timer updates the notification sequence number
65 * irrespective of the notification type.
163 * The notification counter ID.
269 * If there is one or more timer notifications before the time in the list of notifications, the notification
272 * If the timer notification date remains earlier than the current date, this notification is just removed
302 // Retrieve the date notification and the TimerAlarmClock.
383 * Creates a new timer notification with the specified <CODE>type</CODE>, <CODE>message</CODE>
387 * If the timer notification t
1178 notifyAlarmClock(TimerAlarmClockNotification notification) argument
1211 sendNotification(Date timeStamp, TimerNotification notification) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DArrayNotificationBuffer.java77 notification buffer size, and this size is recorded by the
353 to the earliest notification we examined. */
366 /* Get the next available notification regardless of filters,
455 /* We have a candidate notification. See if it matches
458 (including notification senders) while we evaluate
549 this.notification = notif;
557 return notification;
561 return "NamedNotification(" + sender + ", " + notification + ")";
565 private final Notification notification; field in class:ArrayNotificationBuffer.NamedNotification
583 * in an MBean-creation notification, an
[all...]
/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/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);
/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/test/javax/management/MBeanServer/
H A DOldMBeanServerTest.java313 public boolean isNotificationEnabled(Notification notification) {
902 * source of notifications so that if the source of a notification
940 Notification notification, Object handback) {
941 userListener.handleNotification(notification, handback);
969 Notification notification, Object handback) {
970 if (notification.getSource() == userMBean)
971 notification.setSource(name);
972 userListener.handleNotification(notification, handback);
939 handleNotification( Notification notification, Object handback) argument
968 handleNotification( Notification notification, Object handback) argument

Completed in 80 milliseconds

12