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

12

/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DModelMBeanNotificationBroadcaster.java85 public void sendNotification(Notification ntfyObj) method in interface:ModelMBeanNotificationBroadcaster
105 public void sendNotification(String ntfyText) method in interface:ModelMBeanNotificationBroadcaster
/openjdk7/jdk/test/javax/management/remote/mandatory/passwordAccessFile/
H A DSimpleStandard.java120 sendNotification(acn);
/openjdk7/jdk/test/javax/management/notification/
H A DFilterExceptionTest.java64 broadcaster.sendNotification(new Notification("", "", 1L));
H A DNotifExecutorTest.java164 super.sendNotification(notif);
/openjdk7/jdk/src/share/classes/javax/management/remote/
H A DJMXConnectorServer.java239 sendNotification(JMXConnectionNotification.OPENED, connectionId,
274 sendNotification(JMXConnectionNotification.CLOSED, connectionId,
309 sendNotification(JMXConnectionNotification.FAILED, connectionId,
313 private void sendNotification(String type, String connectionId, method in class:JMXConnectorServer
322 sendNotification(notif);
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanDirConfig.java230 sendNotification(NOTIFICATION_LOADED);
241 sendNotification(NOTIFICATION_SAVED);
253 private void sendNotification(String type) { method in class:ScanDirConfig
259 sendNotification(n);
358 sendNotification(NOTIFICATION_MODIFIED);
382 sendNotification(NOTIFICATION_MODIFIED);
396 sendNotification(NOTIFICATION_MODIFIED);
H A DResultLogManager.java293 sendNotification(new Notification(LOG_FILE_CHANGED,objectName,
373 sendNotification(new Notification(MEMORY_LOG_CLEARED,
397 sendNotification(new Notification(MEMORY_LOG_MAX_CAPACITY,
/openjdk7/hotspot/src/share/vm/services/
H A DgcNotifier.hpp67 static void sendNotification(TRAPS);
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DNotificationSender.java43 sendNotification(n);
H A DNotSerializableNotifTest.java214 sendNotification(notif);
228 sendNotification(notif);
H A DEmptyDomainNotificationTest.java60 sendNotification(new Notification("simple", this, 0));
H A DNotifBufferSizePropertyNameTest.java147 sendNotification(notif);
H A DNotifReconnectDeadlockTest.java134 sendNotification(n);
H A DDeadListenerTest.java113 mbean.sendNotification(notif);
144 mbean.sendNotification(notif);
/openjdk7/jdk/src/share/classes/javax/management/
H A DStandardEmitterMBean.java82 * NotificationBroadcasterSupport} then the MBean's {@link #sendNotification
83 * sendNotification} method will call {@code emitter.}{@link
84 * NotificationBroadcasterSupport#sendNotification sendNotification}.</p>
120 * NotificationBroadcasterSupport} then the MBean's {@link #sendNotification
121 * sendNotification} method will call {@code emitter.}{@link
122 * NotificationBroadcasterSupport#sendNotification sendNotification}.</p>
166 * NotificationBroadcasterSupport} then the MBean's {@link #sendNotification
167 * sendNotification} metho
287 public void sendNotification(Notification n) { method in class:StandardEmitterMBean
[all...]
H A DMBeanServerDelegate.java203 public void sendNotification(Notification notification) { method in class:MBeanServerDelegate
209 broadcaster.sendNotification(notification);
/openjdk7/jdk/test/java/util/concurrent/FutureTask/
H A DBlockingTaskExecutor.java90 * {@code sendNotification} method.
99 public synchronized void sendNotification() { method in class:BlockingTaskExecutor.NotificationReceiver
129 notifiee.sendNotification();
/openjdk7/jdk/test/javax/management/remote/mandatory/passwordAuthenticator/
H A DSimpleStandard.java124 sendNotification(acn);
/openjdk7/jdk/test/javax/management/remote/mandatory/subjectDelegation/
H A DSimpleStandard.java122 sendNotification(acn);
/openjdk7/hotspot/src/share/vm/runtime/
H A DserviceThread.cpp121 GCNotifier::sendNotification(CHECK);
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DNewMBeanListenerTest.java112 sendNotification(new Notification("x", this, 0L));
/openjdk7/jdk/src/share/classes/sun/management/
H A DMemoryImpl.java168 mbean.sendNotification(notif);
H A DNotificationEmitterSupport.java68 setup, so any number of sendNotification() calls could run
138 void sendNotification(Notification notification) { method in class:NotificationEmitterSupport
/openjdk7/jdk/test/javax/management/modelmbean/ModelMBeanInfoSupport/
H A DGetAllDescriptorsTest.java112 Method sendNotification =
113 rmmbClass.getMethod("sendNotification",
178 new ModelMBeanOperationInfo("sendNotification descr",
179 sendNotification);
/openjdk7/jdk/test/javax/management/modelmbean/SimpleModelMBean/
H A DSimpleModelMBeanCommand.java113 Method sendNotification =
114 rmmbClass.getMethod("sendNotification",
179 new ModelMBeanOperationInfo("sendNotification descr",
180 sendNotification);
223 /* Check that we don't get an exception if you sendNotification
226 mbs.invoke(on, "sendNotification", new Object[] {notif},

Completed in 67 milliseconds

12