Searched defs:clientClosed (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/javax/management/remote/mandatory/connectorServer/
H A DConnectorStopDeadlockTest.java138 protected void clientClosed(RMIConnection conn) throws IOException { method in class:ConnectorStopDeadlockTest.RMIJRMPServerImplSub
139 System.out.println("clientClosed, will call connectorServer.stop");
156 * lock. Our call to super.clientClosed will then deadlock because
159 System.out.println("calling super.clientClosed");
161 super.clientClosed(conn);
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIServerImpl.java337 protected void clientClosed(RMIConnection client) throws IOException { method in class:RMIServerImpl
340 if (debug) logger.trace("clientClosed","client="+client);
360 if (debug) logger.trace("clientClosed", "closing client.");
363 if (debug) logger.trace("clientClosed", "sending notif");
367 if (debug) logger.trace("clientClosed","done");

Completed in 85 milliseconds