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

/openjdk7/jdk/src/share/classes/java/rmi/activation/
H A DActivationID.java40 import java.rmi.server.RemoteObjectInvocationHandler;
215 if (!(handler instanceof RemoteObjectInvocationHandler)) {
219 ref = ((RemoteObjectInvocationHandler) handler).getRef();
278 new RemoteObjectInvocationHandler(ref));
/openjdk7/jdk/test/java/rmi/server/UnicastRemoteObject/useDynamicProxies/
H A DUseDynamicProxies.java38 import java.rmi.server.RemoteObjectInvocationHandler;
82 RemoteObjectInvocationHandler))
/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DRemoteObjectInvocationHandler.java53 public class RemoteObjectInvocationHandler class in inherits:RemoteObject,InvocationHandler
67 * Creates a new <code>RemoteObjectInvocationHandler</code> constructed
74 public RemoteObjectInvocationHandler(RemoteRef ref) { method in class:RemoteObjectInvocationHandler
85 * <p><code>RemoteObjectInvocationHandler</code> implements this method
H A DRemoteObject.java102 RemoteObjectInvocationHandler))
197 * {@link RemoteStub} or {@link RemoteObjectInvocationHandler}
204 * <code>RemoteStub</code> or <code>RemoteObjectInvocationHandler</code>
211 * <code>RemoteStub</code> or <code>RemoteObjectInvocationHandler</code>
217 * <code>RemoteStub</code> or <code>RemoteObjectInvocationHandler</code>
225 * <code>RemoteStub</code> or <code>RemoteObjectInvocationHandler</code>
/openjdk7/jdk/test/java/rmi/activation/Activatable/checkActivateRef/
H A DCheckActivateRef.java201 RemoteObjectInvocationHandler handler =
202 (RemoteObjectInvocationHandler)
/openjdk7/jdk/test/java/rmi/server/RemoteObject/toStub/
H A DToStub.java37 import java.rmi.server.RemoteObjectInvocationHandler;
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DActivatableRef.java40 import java.rmi.server.RemoteObjectInvocationHandler;
288 RemoteObjectInvocationHandler handler =
289 (RemoteObjectInvocationHandler)
H A DUtil.java42 import java.rmi.server.RemoteObjectInvocationHandler;
106 * implClass) constructed with a RemoteObjectInvocationHandler instance
146 new RemoteObjectInvocationHandler(clientRef);
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DProxyClient.java163 if (handler.getClass() != RemoteObjectInvocationHandler.class) {
166 RemoteObjectInvocationHandler.class.getName() +
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnector.java59 import java.rmi.server.RemoteObjectInvocationHandler;
1845 if (handler.getClass() != RemoteObjectInvocationHandler.class)
1848 RemoteObjectInvocationHandler.class.getName() +

Completed in 108 milliseconds