public abstract class RemoteStub extends RemoteObject
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.ref
Modifier | Constructor and Description |
---|---|
protected |
RemoteStub()
Constructs a
RemoteStub . |
protected |
RemoteStub(RemoteRef ref)
Constructs a
RemoteStub , with the specified remote
reference. |
Modifier and Type | Method and Description |
---|---|
protected static void |
setRef(RemoteStub stub,
RemoteRef ref)
Deprecated.
no replacement. The
setRef method
is not needed since RemoteStub s can be created with
the RemoteStub(RemoteRef) constructor. |
protected RemoteStub()
RemoteStub
.protected RemoteStub(RemoteRef ref)
RemoteStub
, with the specified remote
reference.ref
- the remote reference@Deprecated protected static void setRef(RemoteStub stub, RemoteRef ref)
setRef
method
is not needed since RemoteStub
s can be created with
the RemoteStub(RemoteRef)
constructor.stub
- the remote stubref
- the remote reference Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2020, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.