Searched defs:closeClient (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIIIOPServerImpl.java125 protected void closeClient(RMIConnection client) throws IOException { method in class:RMIIIOPServerImpl
H A DRMIJRMPServerImpl.java179 protected void closeClient(RMIConnection client) throws IOException { method in class:RMIJRMPServerImpl
H A DRMIServerImpl.java297 * <code>makeClient</code> on which the <code>closeClient</code>
305 protected abstract void closeClient(RMIConnection client) method in class:RMIServerImpl
327 * connections, this method calls {@link #closeClient
328 * closeClient(client)}.</p>
332 * @exception IOException if {@link #closeClient} throws this
361 closeClient(client);

Completed in 38 milliseconds