RemoteStubpublic abstract class RemoteStub extends RemoteObject The RemoteStub class is the common superclass to 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. |
Fields Summary |
---|
private static final long | serialVersionUIDindicate compatibility with JDK 1.1.x version of class |
Constructors Summary |
---|
protected RemoteStub()Constructs a RemoteStub .
super();
| protected RemoteStub(RemoteRef ref)Constructs a RemoteStub , with the specified remote
reference.
super(ref);
|
|