Searched refs:removeNotificationListener (Results 1 - 25 of 31) sorted by relevance

12

/glassfish-3.1.2/admin/runtime/jsr77/src/main/java/org/glassfish/admin/runtime/jsr77/
H A DJ2EEEventProviderMOMdl.java75 public void removeNotificationListener(NotificationListener listener) method in class:J2EEEventProviderMOMdl
77 broadcaster.removeNotificationListener(listener);
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/tomcat/util/modeler/
H A DBaseNotificationBroadcaster.java171 public void removeNotificationListener(NotificationListener listener) method in class:BaseNotificationBroadcaster
198 public void removeNotificationListener(NotificationListener listener, method in class:BaseNotificationBroadcaster
202 removeNotificationListener(listener);
220 public void removeNotificationListener(NotificationListener listener, method in class:BaseNotificationBroadcaster
225 removeNotificationListener(listener);
H A DBaseModelMBean.java877 attributeBroadcaster.removeNotificationListener(listener);
1121 public void removeNotificationListener(NotificationListener listener) method in class:BaseModelMBean
1128 generalBroadcaster.removeNotificationListener(listener);
1145 public void removeNotificationListener(NotificationListener listener, method in class:BaseModelMBean
1149 removeNotificationListener(listener);
1167 public void removeNotificationListener(NotificationListener listener, method in class:BaseModelMBean
1172 removeNotificationListener(listener);
/glassfish-3.1.2/admin/javax.management.j2ee/src/main/java/javax/management/j2ee/
H A DListenerRegistration.java89 void removeNotificationListener(ObjectName name, NotificationListener listener) method in interface:ListenerRegistration
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/base/
H A DListenerTest.java90 amx.removeNotificationListener(listener1);
91 amx.removeNotificationListener(listener2, filter, handback);
/glassfish-3.1.2/admin/jmx-remote/server/src/main/java/com/sun/enterprise/admin/jmx/remote/server/callers/
H A DRemoveNotifLsnrCaller.java61 /** Invokes the method removeNotificationListener of the MBeanServerConnection.
95 notifyMgr.removeNotificationListener(objname, ids[i]);
96 mbsc.removeNotificationListener(objname, proxy);
H A DRemoveNotifLsnrFilterHandbackCaller.java62 /** Invokes the method removeNotificationListener of the MBeanServerConnection.
94 (NotificationListener) notifyMgr.removeNotificationListener(objname, id);
96 mbsc.removeNotificationListener(objname, proxy);
H A DRemoveNotifLsnrObjNameCaller.java58 /** Invokes the method removeNotificationListener of the MBeanServerConnection.
85 mbsc.removeNotificationListener(objname1, objname2);
H A DRemoveNotifLsnrObjNameFilterHandbackCaller.java62 /** Invokes the method removeNotificationListener of the MBeanServerConnection.
98 mbsc.removeNotificationListener(objname1, objname2, info.filter, info.handback);
/glassfish-3.1.2/common/mejb/src/main/java/org/glassfish/admin/mejb/
H A DListenerRegistry.java118 public void removeNotificationListener( method in class:ListenerRegistry
124 debug("ListenerRegistry.removeNotificationListener: " + listener + " for " + name);
127 getMEJBUtility().removeNotificationListener(name, connector);
H A DMEJBUtility.java133 public void removeNotificationListener( final ObjectName name, NotificationListener listener) method in class:MEJBUtility
135 mServer.removeNotificationListener(name, listener);
H A DIIOPMBeanServerImpl.java532 public void removeNotificationListener(ObjectName name, NotificationListener listener) method in class:IIOPMBeanServerImpl
534 server.removeNotificationListener(name, listener);
545 public void removeNotificationListener(ObjectName name, ObjectName listener) throws InstanceNotFoundException, method in class:IIOPMBeanServerImpl
547 server.removeNotificationListener(name, listener);
H A DRemoteListenerConnector.java79 debug("RemoteListenerConnector.server.removeNotificationListener("+ (ObjectName)evt.getSource() + ", " + this + ")");
81 server.removeNotificationListener((ObjectName)evt.getSource(), this);
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/jmx/
H A DNotificationListenerTracking.java103 public List<NotificationListenerInfo> removeNotificationListener(final NotificationListener listener) method in class:NotificationListenerTracking
132 public NotificationListenerInfo removeNotificationListener( method in class:NotificationListenerTracking
H A DNotificationEmitterSupport.java274 public void removeNotificationListener(final NotificationListener listener) method in class:NotificationEmitterSupport
277 super.removeNotificationListener(listener);
280 mListeners.removeNotificationListener(listener);
284 public void removeNotificationListener( method in class:NotificationEmitterSupport
290 super.removeNotificationListener(listener, filter, handback);
292 mListeners.removeNotificationListener(listener);
H A DNotificationListenerBase.java271 getConn().removeNotificationListener(
279 getConn().removeNotificationListener(
/glassfish-3.1.2/admin/jmx-remote/common/src/main/java/com/sun/enterprise/admin/jmx/remote/notification/
H A DClientNotificationManager.java140 public String[] removeNotificationListener( method in class:ClientNotificationManager
143 String[] strs = removeNotificationListener(mbean, listener, null, null, true);
147 public String[] removeNotificationListener( method in class:ClientNotificationManager
152 String[] strs = removeNotificationListener( mbean,
161 * MBeanServer.removeNotificationListener
168 private String[] removeNotificationListener( method in class:ClientNotificationManager
/glassfish-3.1.2/common/mbeanserver/src/main/java/org/glassfish/admin/mbeanserver/
H A DBootAMXListener.java88 mServer.removeNotificationListener(this);
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/
H A DDynamicInterceptor.java805 public final void removeNotificationListener(final ObjectName objectName, final ObjectName objectName1) method in class:DynamicInterceptor
812 getInstanceConnection(result.getInstances().get(0)).removeNotificationListener(objectName, objectName1);
817 getDelegateMBeanServer().removeNotificationListener( objectName, objectName1);
819 getInstanceConnection(svr).removeNotificationListener(objectName, objectName1);
826 public final void removeNotificationListener( final ObjectName objectName, method in class:DynamicInterceptor
834 getInstanceConnection(result.getInstances().get(0)).removeNotificationListener(objectName, notificationListener);
839 getDelegateMBeanServer().removeNotificationListener( objectName, notificationListener);
841 getInstanceConnection(svr).removeNotificationListener(objectName, notificationListener);
848 public final void removeNotificationListener( final ObjectName objectName, method in class:DynamicInterceptor
857 getInstanceConnection(result.getInstances().get(0)).removeNotificationListener(objectNam
874 public final void removeNotificationListener( final ObjectName objectName, final ObjectName objectName1, method in class:DynamicInterceptor
[all...]
/glassfish-3.1.2/common/amx-core-impl/src/main/java/org/glassfish/admin/amx/impl/util/
H A DUnregistrationListener.java106 mMBeanServer.removeNotificationListener(JMXUtil.getMBeanServerDelegateObjectName(), this);
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/support/
H A DCreateRemoveListener.java143 mSource.removeNotificationListener((NotificationListener) this, null, null);
/glassfish-3.1.2/admin/jmx-remote/client/src/main/java/com/sun/enterprise/admin/jmx/remote/internal/
H A DMBeanServerConnectionExceptionThrower.java274 public static void removeNotificationListener(Exception e) throws method in class:MBeanServerConnectionExceptionThrower
290 removeNotificationListener(e);
295 removeNotificationListener(e);
300 removeNotificationListener(e);
H A DRemoteMBeanServerConnection.java509 public void removeNotificationListener(ObjectName objectName, NotificationListener notificationListener) method in class:RemoteMBeanServerConnection
518 String[] ids = notifMgr.removeNotificationListener(
532 MBeanServerConnectionExceptionThrower.removeNotificationListener(e);
536 public void removeNotificationListener(ObjectName objectName, ObjectName objectName1) method in class:RemoteMBeanServerConnection
556 public void removeNotificationListener(ObjectName objectName, ObjectName objectName1, method in class:RemoteMBeanServerConnection
581 public void removeNotificationListener(ObjectName objectName, method in class:RemoteMBeanServerConnection
591 String[] ids = notifMgr.removeNotificationListener(
/glassfish-3.1.2/common/amx-core-impl/src/main/java/org/glassfish/admin/amx/impl/mbean/
H A DMBeanImplBase.java127 public synchronized void removeNotificationListener(final NotificationListener listener) method in class:MBeanImplBase
129 getNotificationEmitter().removeNotificationListener(listener);
132 public synchronized void removeNotificationListener( method in class:MBeanImplBase
137 getNotificationEmitter().removeNotificationListener(listener, filter, handback);
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/base/
H A DMBeanTracker.java175 mServer.removeNotificationListener( mObjectName, this);

Completed in 80 milliseconds

12