java.rmi.server
public abstract class RemoteStub extends RemoteObject
ref
Modifier | Constructor and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
setRef(RemoteStub stub,
RemoteRef ref)
Deprecated.
|
protected RemoteStub()
protected RemoteStub(RemoteRef ref)
ref
- the remote reference for the method invocation.protected static void setRef(RemoteStub stub, RemoteRef ref)