UnicastRemoteObject for information about dynamic stub generation.
@Deprecated public abstract class RemoteStub extends RemoteObject
RemoteStub class is the common superclass of statically generated client stubs and provides the framework to support a wide range of remote reference semantics. Stub objects are surrogates that support exactly the same set of remote interfaces defined by the actual implementation of the remote object.
ref| Modifier | Constructor and Description |
|---|---|
protected |
RemoteStub()
Deprecated.
Constructs a
RemoteStub.
|
protected |
RemoteStub(RemoteRef
Deprecated.
Constructs a
RemoteStub with the specified remote reference.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
setRef(RemoteStub
Deprecated.
No replacement. The
setRef method was intended for setting the remote reference of a remote stub. This is unnecessary, since RemoteStubs can be created and initialized with a remote reference through use of the RemoteStub(RemoteRef) constructor.
|
protected RemoteStub()
RemoteStub.
protected RemoteStub(RemoteRefref)
RemoteStub with the specified remote reference.
ref - the remote reference
@Deprecated protected static void setRef(RemoteStubstub, RemoteRef ref)
setRef method was intended for setting the remote reference of a remote stub. This is unnecessary, since RemoteStubs can be created and initialized with a remote reference through use of the RemoteStub(RemoteRef) constructor.
UnsupportedOperationException.
stub - the remote stub
ref - the remote reference
UnsupportedOperationException - always