Searched defs:handleNotification (Results 1 - 25 of 26) sorted by relevance

12

/glassfish-3.1.2/common/mejb/src/main/java/org/glassfish/admin/mejb/
H A DRemoteEventListener.java49 public void handleNotification(Notification n, Object h) throws RemoteException; method in interface:RemoteEventListener
H A DRemoteListenerConnector.java70 public synchronized void handleNotification(Notification evt, Object h) { method in class:RemoteListenerConnector
72 debug("RemoteListenerConnector.handleNotification()");
76 listener.handleNotification(evt, h);
H A DEventListenerProxy.java108 public void handleNotification(Notification n, Object h) throws RemoteException { method in class:EventListenerProxy
109 if (debug) System.out.println("EventListenerProxy:handleNotification(" + n + ")");
113 listener.handleNotification(n,handback);
/glassfish-3.1.2/common/mbeanserver/src/main/java/org/glassfish/admin/mbeanserver/
H A DBootAMXListener.java75 public void handleNotification(final Notification notif, final Object handback) method in class:BootAMXListener
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/base/
H A DListenerTest.java65 handleNotification( method in class:ListenerTest.DummyListener
H A DNotificationEmitterServiceTest.java93 handleNotification( method in class:NotificationEmitterServiceTest.testEmitListener
H A DNotificationServiceTest.java122 handleNotification( method in class:NotificationServiceTest.MyListener
/glassfish-3.1.2/admin/jmx-remote/server/src/main/java/com/sun/enterprise/admin/jmx/remote/server/notification/
H A DNotificationListenerProxy.java53 * Whenever the NotificationBroadcaster calls this proxy's handleNotification method,
91 public void handleNotification( Notification notification, method in class:NotificationListenerProxy
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/jmx/
H A DMBeanRegistrationListener.java104 public void handleNotification(final Notification notifIn, final Object handback) method in class:MBeanRegistrationListener
H A DNotificationListenerBase.java141 public abstract void handleNotification(final Notification notif, final Object handback); method in class:NotificationListenerBase
228 public void handleNotification( method in class:NotificationListenerBase.RegistrationListener
/glassfish-3.1.2/common/amx-core-impl/src/main/java/org/glassfish/admin/amx/impl/util/
H A DUnregistrationListener.java65 public void handleNotification(final Notification notifIn, final Object handback) { method in class:UnregistrationListener
/glassfish-3.1.2/common/mejb/src/test/java/org/glassfish/admin/mejb/test/
H A DMEJBTest.java183 public void handleNotification( final Notification notif, final Object handback ) method in class:MEJBTest.NotifListener
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/support/
H A DCreateRemoveListener.java80 handleNotification( method in class:CreateRemoveListener
/glassfish-3.1.2/common/amx-j2ee-impl/src/main/java/org/glassfish/admin/amx/impl/j2ee/
H A DDASJ2EEServerImpl.java130 public void handleNotification(final Notification notif, final Object ignore) { method in class:DASJ2EEServerImpl
H A DRegistrationSupport.java640 public void handleNotification(final Notification notifIn, final Object handback) method in class:RegistrationSupport.RefListener
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/ext/logging/
H A DLoggingTest.java363 handleNotification( method in class:LoggingTest.MyListener
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/connector/
H A DMapperListener.java280 public void handleNotification(Notification notification, method in class:MapperListener
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/base/
H A DMBeanTracker.java103 public void handleNotification(final Notification notifIn, final Object handback) method in class:MBeanTracker
/glassfish-3.1.2/installer/src/main/java/org/openinstaller/provider/conf/
H A DInstallationConfigurator.java161 public void handleNotification(final Notification aNotification, method in class:InstallationConfigurator
/glassfish-3.1.2/tests/quicklook/amx/src/test/amx/
H A DAMXTestBase.java187 public void handleNotification( method in class:AMXTestBase.MBeansListener
H A DDemo.java341 public void handleNotification( method in class:Demo.MBeansListener
/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/core/
H A DJkHandler.java181 public void handleNotification(Notification notification, Object handback) method in class:JkHandler
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/core/proxy/
H A DProxyFactory.java206 handleNotification( method in class:ProxyFactory
216 //debug( "ProxyFactory.handleNotification: UNREGISTERED: ", objectName );
223 debug( "ProxyFactory.handleNotification: connection closed or failed: ", notifIn);
228 debug( "ProxyFactory.handleNotification: notifications lost: ", notifIn);
234 debug( "ProxyFactory.handleNotification: UNKNOWN notification: ", notifIn );
/glassfish-3.1.2/common/amx-core-impl/src/main/java/org/glassfish/admin/amx/impl/mbean/
H A DComplianceMonitor.java157 public void handleNotification(final Notification notifIn, final Object handback) { method in class:ComplianceMonitor
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/
H A DTestMain.java420 handleNotification( method in class:TestMain

Completed in 501 milliseconds

12