java.rmi.server
public abstract class RemoteStub extends RemoteObject
Constructor Summary | |
---|---|
protected | RemoteStub()
Constructs the remote stub with no reference set. |
protected | RemoteStub(RemoteRef ref)
Constructs the remote stub that uses given remote reference for the
method invocations.
|
Method Summary | |
---|---|
protected static void | setRef(RemoteStub stub, RemoteRef ref)
Sets the given remote reference for the given stub. |
Parameters: ref the remote reference for the method invocation.
Deprecated:
Sets the given remote reference for the given stub. This method is deprecated. Pass the stub remote reference to the RemoteStub constructor instead.