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

123

/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/test/com/sun/nio/sctp/SctpMultiChannel/
H A DBranch.java239 AssociationChangeNotification notification, Object attachment) {
240 AssocChangeEvent event = notification.event();
242 debug(" Association: " + notification.association());
252 * shutdown notification are being handled since we don't expect
257 ShutdownNotification notification, Object attachment) {
259 debug(" Association: " + notification.association());
238 handleNotification( AssociationChangeNotification notification, Object attachment) argument
256 handleNotification( ShutdownNotification notification, Object attachment) argument
H A DSocketOptionTests.java241 AssociationChangeNotification notification, Object attachment) {
242 AssocChangeEvent event = notification.event();
244 debug(" Association: " + notification.association());
240 handleNotification( AssociationChangeNotification notification, Object attachment) argument
/openjdk7/jdk/test/com/sun/nio/sctp/SctpChannel/
H A DReceive.java190 /* TEST 6: handler returns RETURN after handling a notification */
298 Notification notification, Object attachment) {
299 fail("Unknown notification type");
305 AssociationChangeNotification notification, Object attachment) {
306 AssocChangeEvent event = notification.event();
308 debug(" Association: " + notification.association());
334 ShutdownNotification notification, Object attachment) {
336 debug(" Association: " + notification.association());
297 handleNotification( Notification notification, Object attachment) argument
304 handleNotification( AssociationChangeNotification notification, Object attachment) argument
333 handleNotification( ShutdownNotification notification, Object attachment) argument
H A DSend.java419 Notification notification, Void attachment) {
420 fail("Unknown notification type");
426 AssociationChangeNotification notification, Void attachment) {
427 AssocChangeEvent event = notification.event();
428 Association association = notification.association();
430 debug(" Association: " + notification.association());
418 handleNotification( Notification notification, Void attachment) argument
425 handleNotification( AssociationChangeNotification notification, Void attachment) argument
/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DStringMonitor.java42 * match notification} is sent.
49 * differ notification} is sent.
288 * Gets the matching notification's on/off switch value common to
301 * Sets the matching notification's on/off switch value common to
304 * @param value The matching notification's on/off switch value.
315 * Gets the differing notification's on/off switch value common to
328 * Sets the differing notification's on/off switch value common to
331 * @param value The differing notification's on/off switch value.
343 * the Java class of the notification and the notification type
387 onErrorNotification(MonitorNotification notification) argument
[all...]
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...]
/openjdk7/jdk/test/javax/management/proxy/
H A DNotificationEmitterProxy.java71 public void handleNotification(Notification notification, argument
74 ":\n\t" + notification);
80 System.out.println("<<< Register for notification from a proxy");
152 throw new RuntimeException("Bad notification count: " + reg +
162 throw new RuntimeException("Bad MXBean notification count: " +
170 throw new RuntimeException("Bad notification count: " + unreg +
/openjdk7/jdk/test/javax/management/remote/mandatory/passwordAuthenticator/
H A DRMIAltAuthTest.java167 // Add notification listener on SimpleStandard MBean
169 System.out.println("Add notification listener...");
173 public void handleNotification(Notification notification,
175 System.out.println("Received notification: " +
176 notification);
H A DRMIPasswdAuthTest.java164 // Add notification listener on SimpleStandard MBean
166 System.out.println("Add notification listener...");
170 public void handleNotification(Notification notification,
172 System.out.println("Received notification: " +
173 notification);
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DAWTWindow.m507 - (void)windowDidMove:(NSNotification *)notification {
513 - (void)windowDidResize:(NSNotification *)notification {
519 - (void)windowDidExpose:(NSNotification *)notification {
554 - (void)windowDidMiniaturize:(NSNotification *)notification {
560 - (void)windowDidDeminiaturize:(NSNotification *)notification {
581 - (void) windowDidBecomeKey: (NSNotification *) notification {
595 - (void) windowDidResignKey: (NSNotification *) notification {
614 - (void) windowDidBecomeMain: (NSNotification *) notification {
658 - (void)windowWillEnterFullScreen:(NSNotification *)notification {
669 - (void)windowDidEnterFullScreen:(NSNotification *)notification {
[all...]
H A DCSystemColors.m52 + (void)systemColorsDidChange:(NSNotification *)notification {
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DConnectionListenerNullTest.java83 public void handleNotification(Notification notification,
/openjdk7/jdk/test/javax/management/remote/mandatory/loading/
H A DUserClassLoaderTest.java46 public void handleNotification(Notification notification, Object handback) {
/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/test/javax/management/monitor/
H A DNonComparableAttributeValueTest.java28 * jmx.monitor.error.type notification when the attribute
61 public void handleNotification(Notification notification, argument
63 MonitorNotification n = (MonitorNotification) notification;
74 echo("\t\tSkipping notification of type: " + type);
141 // Check if notification was received
144 echo("\tOK: CounterMonitor notification received");
146 echo("\tKO: CounterMonitor notification missed or not emitted");
219 // Check if notification was received
222 echo("\tOK: GaugeMonitor notification received");
224 echo("\tKO: GaugeMonitor notification misse
[all...]
H A DNullAttributeValueTest.java28 * jmx.monitor.error.type notification when the attribute
61 public void handleNotification(Notification notification, argument
63 MonitorNotification n = (MonitorNotification) notification;
74 echo("\t\tSkipping notification of type: " + type);
141 // Check if notification was received
144 echo("\tOK: CounterMonitor notification received");
146 echo("\tKO: CounterMonitor notification missed or not emitted");
219 // Check if notification was received
222 echo("\tOK: GaugeMonitor notification received");
224 echo("\tKO: GaugeMonitor notification misse
[all...]
/openjdk7/jdk/test/javax/management/remote/mandatory/subjectDelegation/
H A DSubjectDelegation1Test.java191 // Add notification listener on SimpleStandard MBean
193 System.out.println("Add notification listener...");
197 public void handleNotification(Notification notification,
199 System.out.println("Received notification: " +
200 notification);
H A DSubjectDelegation2Test.java187 // Add notification listener on SimpleStandard MBean
189 System.out.println("Add notification listener...");
193 public void handleNotification(Notification notification,
195 System.out.println("Received notification: " +
196 notification);
H A DSubjectDelegation3Test.java194 // Add notification listener on SimpleStandard MBean
196 System.out.println("Add notification listener...");
200 public void handleNotification(Notification notification,
202 System.out.println("Received notification: " +
203 notification);
/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/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/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/
H A DScanDirConfigTest.java222 public void handleNotification(Notification notification,
224 queue.add(notification);
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSctpMultiChannelImpl.java115 /* A notification handler cannot invoke receive */
526 } else { /* notification */
619 SctpNotification notification = resultContainer.notification();
620 notification.setAssociation(lookupAssociation(notification.assocId()));
623 result = handler.handleNotification(notification, attachment);
647 resultContainer.notification(), attachment);
/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 83 milliseconds

123