Searched defs:makeClient (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/javax/management/remote/mandatory/connectorServer/
H A DConnectorStopDeadlockTest.java133 public RMIConnection makeClient() throws IOException { method in class:ConnectorStopDeadlockTest.RMIJRMPServerImplSub
134 return super.makeClient("connection id", null);
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIIIOPServerImpl.java112 protected RMIConnection makeClient(String connectionId, Subject subject) method in class:RMIIIOPServerImpl
H A DRMIJRMPServerImpl.java166 protected RMIConnection makeClient(String connectionId, Subject subject) method in class:RMIJRMPServerImpl
H A DRMIServerImpl.java170 * #makeClient makeClient} and adds the returned client connection
185 * usually the object created by <code>makeClient</code>, though
250 RMIConnection client = makeClient(connectionId, subject);
289 protected abstract RMIConnection makeClient(String connectionId, method in class:RMIServerImpl
294 * <p>Closes a client connection made by {@link #makeClient makeClient}.
297 * <code>makeClient</code> on which the <code>closeClient</code>
318 * #makeClient makeClient} i
[all...]
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DDeadListenerTest.java214 protected RMIConnection makeClient(String id, Subject subject) throws IOException { method in class:DeadListenerTest.SnoopRMIServerImpl
215 RMIConnectionImpl conn = (RMIConnectionImpl) super.makeClient(id, subject);

Completed in 48 milliseconds