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

/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnector.java324 rmiNotifClient = new RMINotifClient(defaultClassLoader, usemap);
486 if (rmiNotifClient != null) {
488 rmiNotifClient.terminate();
1239 rmiNotifClient.addNotificationListener(listenerID, name, listener,
1258 rmiNotifClient.removeNotificationListener(name, listener);
1300 rmiNotifClient.removeNotificationListener(name, listener,
1570 rmiNotifClient.postReconnection(clis);
1604 rmiNotifClient.postReconnection(clis);
1633 final ClientListenerInfo[] old = rmiNotifClient.preReconnection();
2545 private transient RMINotifClient rmiNotifClient; field in class:RMIConnector
[all...]

Completed in 799 milliseconds