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

/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DUtil.java107 * constructed with the clientRef.
112 * class with the clientRef.
115 * @param clientRef the remote ref to use in the invocation handler
123 RemoteRef clientRef,
140 return createStub(remoteClass, clientRef);
146 new RemoteObjectInvocationHandler(clientRef);
122 createProxy(Class<?> implClass, RemoteRef clientRef, boolean forceStubUse) argument

Completed in 37 milliseconds