public class RemoteStub
extends java.lang.Object
RemoteStub class is the common superclass for stubs of
remote objects.| Modifier and Type | Field and Description |
|---|---|
protected RemoteRef |
ref
The remote reference associated with this stub object.
|
| Constructor and Description |
|---|
RemoteStub()
Constructs a
RemoteStub. |
protected RemoteRef ref
public void setRef(RemoteRef ref)
ref - the remote referencepublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the Object to compare withpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2013, Oracle and/or its affiliates. All rights reserved.
Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.