Searched refs:sendNotification (Results 26 - 49 of 49) sorted by relevance

12

/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DNotificationBufferDeadlockTest.java201 DeadlockTest.this.sendNotification(n);
215 sendNotification(new Notification(TESTING_TYPE, DeadlockTest.this, 1L));
H A DNotificationEmissionTest.java83 sendNotification(new Notification("nb", this, seqnum));
85 sendNotification(new Notification("nb", name, seqnum));
274 // Invoke the "sendNotification" method
H A DListenerScaleTest.java118 sendNotification(new Notification("type", this, 1L));
H A DRMINotifTest.java220 sendNotification(notif);
H A DUnexpectedNotifTest.java219 sendNotification(notif);
H A DNotificationAccessControllerTest.java134 sendNotification(new Notification("nb", this, seqnum));
136 sendNotification(new Notification("nb", name, seqnum));
266 // Invoke the "sendNotification" method
/openjdk7/jdk/src/share/classes/javax/management/
H A DNotificationBroadcasterSupport.java42 * That is, when a thread calls sendNotification, the
53 * {@link #sendNotification sendNotification}.</p>
56 * usually called synchronously. That is, when sendNotification returns, it is
74 * the given {@link java.util.concurrent.Executor}. When {@link #sendNotification
75 * sendNotification} is called, a listener is selected if it was added with a null
79 * that called <code>sendNotification</code>. Then, for each selected listener,
85 * @param executor an executor used by the method <code>sendNotification</code> to
86 * send each notification. If it is null, the thread calling <code>sendNotification</code>
123 * <p>When {@link #sendNotification sendNotificatio
226 public void sendNotification(Notification notification) { method in class:NotificationBroadcasterSupport
[all...]
/openjdk7/jdk/src/share/classes/javax/management/timer/
H A DTimer.java1045 sendNotification(date, notif);
1197 sendNotification(timerDate, timerNotification);
1211 void sendNotification(Date timeStamp, TimerNotification notification) { method in class:Timer
1225 "sendNotification", strb.toString());
1235 this.sendNotification((TimerNotification)notification.cloneTimerNotification());
1239 "sendNotification", "timer notification sent");
/openjdk7/jdk/test/javax/management/proxy/
H A DNotificationEmitterProxy.java193 sendNotification(new Notification(NOTIF_TYPE,this,seq(),x));
/openjdk7/jdk/src/share/classes/sun/management/
H A DGarbageCollectorImpl.java150 sendNotification(notif);
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DDirectoryScanner.java361 // we can happily call broadcaster.sendNotification() here.
366 broadcaster.sendNotification(n);
533 broadcaster.sendNotification(n);
H A DScanManager.java537 broadcaster.sendNotification(n);
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMibTable.java512 sendNotification(SnmpTableEntryNotification.SNMP_ENTRY_ADDED,
568 sendNotification(SnmpTableEntryNotification.SNMP_ENTRY_ADDED,
663 sendNotification(SnmpTableEntryNotification.SNMP_ENTRY_REMOVED,
2199 private synchronized void sendNotification(Notification notification) { method in class:SnmpMibTable
2247 private void sendNotification(String type, long timeStamp, method in class:SnmpMibTable
2258 this.sendNotification(notif) ;
/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DMonitor.java1086 private void sendNotification(String type, long timeStamp, String msg, method in class:Monitor
1094 "sendNotification", "send notification: " +
1114 sendNotification(mn);
1419 sendNotification(notifType,
1430 sendNotification(alarm.getType(),
/openjdk7/hotspot/src/share/vm/services/
H A DgcNotifier.cpp182 void GCNotifier::sendNotification(TRAPS) { function in class:GCNotifier
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DMultiThreadDeadLockTest.java175 sendNotification(new Notification("Toto", totoName, 0));
/openjdk7/jdk/test/javax/management/remote/mandatory/threads/
H A DExecutorTest.java189 sendNotification(new Notification(NOTIF_TYPE, this, seq++));
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnector.java344 sendNotification(connectedNotif);
436 private void sendNotification(Notification n) { method in class:RMIConnector
437 connectionBroadcaster.sendNotification(n);
529 sendNotification(closedNotif);
1457 sendNotification(n);
1501 sendNotification(failedNotif);
1646 sendNotification(reconnectedNotif);
/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DRequiredModelMBean.java2279 public void sendNotification(Notification ntfyObj) method in class:RequiredModelMBean
2284 "sendNotification(Notification)", "Entry");
2328 "sendNotification(Notification)",
2337 generalBroadcaster.sendNotification(ntfyObj);
2343 "sendNotification(Notification)",
2344 "sendNotification sent provided notification object");
2347 "sendNotification(Notification)"," Exit");
2353 public void sendNotification(String ntfyText) method in class:RequiredModelMBean
2358 "sendNotification(String)","Entry");
2370 sendNotification(myNtfyOb
[all...]
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DOldMBeanServerTest.java268 nbs.sendNotification(n);
508 delegate.sendNotification(n);
542 delegate.sendNotification(n);
/openjdk7/jdk/src/share/classes/com/sun/jmx/interceptor/
H A DDefaultMBeanServerInterceptor.java1481 private void sendNotification(String NotifType, ObjectName name) { method in class:DefaultMBeanServerInterceptor
1495 "sendNotification", NotifType + " " + name);
1498 delegate.sendNotification(notif);
1911 sendNotification(
1952 sendNotification(MBeanServerNotification.UNREGISTRATION_NOTIFICATION,
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DCommunicatorServer.java1273 notifBroadcaster.sendNotification(notif);
/openjdk7/jdk/test/javax/management/remote/mandatory/loading/
H A DMissingClassTest.java654 sendNotification(n);
/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DRelationService.java3618 sendNotification(ntf);

Completed in 99 milliseconds

12