Searched refs:ServerNotifForwarder (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DDeadListenerTest.java31 import com.sun.jmx.remote.internal.ServerNotifForwarder;
83 ServerNotifForwarder serverNotifForwarder = (ServerNotifForwarder) getServerNotifFwdM.invoke(connection);
84 Field listenerMapF = ServerNotifForwarder.class.getDeclaredField("listenerMap");
164 // Check that there is no trace of the listeners any more in ServerNotifForwarder.listenerMap.
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DServerNotifForwarder.java60 public class ServerNotifForwarder { class
63 public ServerNotifForwarder(MBeanServer mbeanServer, method in class:ServerNotifForwarder
501 new ClassLogger("javax.management.remote.misc", "ServerNotifForwarder");
H A DArrayNotificationBuffer.java401 if (!(filter instanceof ServerNotifForwarder.NotifForwarderBufferFilter)) {
403 ServerNotifForwarder.checkMBeanPermission(this.mBeanServer,
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnectionImpl.java30 import com.sun.jmx.remote.internal.ServerNotifForwarder;
197 private synchronized ServerNotifForwarder getServerNotifFwd() {
202 new ServerNotifForwarder(mbeanServer,
1773 private ServerNotifForwarder serverNotifForwarder;

Completed in 30 milliseconds