|
Préférences
Moteurs de recherche
|
|||||||||||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
java.rmi.server
|
Field Summary |
---|
Fields inherited from class java.rmi.server.RemoteObject |
---|
ref |
Constructor Summary | |
---|---|
protected |
RemoteStub()
Constructs a RemoteStub . |
protected |
RemoteStub(RemoteRef ref)
Constructs a RemoteStub , with the specified remote
reference. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.rmi.server.RemoteObject |
---|
equals, getRef, hashCode, toString, toStub |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected RemoteStub()
RemoteStub
.
protected RemoteStub(RemoteRef ref)
RemoteStub
, with the specified remote
reference.
ref
- the remote referenceMethod Detail |
---|
@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