Searched defs:sendNotification (Results 1 - 6 of 6) sorted by relevance

/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/jmx/
H A DNotificationSender.java49 public void sendNotification(final Notification notif); method in interface:NotificationSender
H A DNotificationEmitterSupport.java302 super.sendNotification(notif);
310 public synchronized void sendNotification(final Notification notif) method in class:NotificationEmitterSupport
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/tomcat/util/modeler/
H A DBaseNotificationBroadcaster.java235 public void sendNotification(Notification notification) { method in class:BaseNotificationBroadcaster
H A DBaseModelMBean.java928 attributeBroadcaster.sendNotification(notification);
982 public void sendNotification(Notification notification) method in class:BaseModelMBean
991 generalBroadcaster.sendNotification(notification);
1007 public void sendNotification(String message) method in class:BaseModelMBean
1016 sendNotification(notification);
/glassfish-3.1.2/admin/runtime/jsr77/src/main/java/org/glassfish/admin/runtime/jsr77/
H A DJ2EEEventProviderMOMdl.java84 public void sendNotification(Notification notification){ method in class:J2EEEventProviderMOMdl
85 broadcaster.sendNotification(notification);
/glassfish-3.1.2/common/amx-core-impl/src/main/java/org/glassfish/admin/amx/impl/mbean/
H A DMBeanImplBase.java140 public void sendNotification(final Notification notification) { method in class:MBeanImplBase
141 getNotificationEmitter().sendNotification(notification);
178 protected void sendNotification(final String notificationType) { method in class:MBeanImplBase
179 sendNotification(notificationType, notificationType, null, null);
186 protected void sendNotification( method in class:MBeanImplBase
192 sendNotification(notificationType, message, key, value);
199 protected void sendNotification( method in class:MBeanImplBase
210 sendNotification(notif);

Completed in 63 milliseconds