| Package | Description |
|---|---|
| java.rmi.server |
Provides classes and interfaces for supporting the server side of RMI.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ServerRef
Deprecated.
No replacement. This interface is unused and is obsolete.
|
| Modifier and Type | Field and Description |
|---|---|
protected RemoteRef |
RemoteObject.ref
The object's remote reference.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteRef |
RemoteObject.getRef()
Returns the remote reference for the remote object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RemoteRef.remoteEquals(RemoteRef
Compares two remote objects for equality.
|
protected static void |
RemoteStub.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 constructor.
|
| Constructor and Description | |
|---|---|
RemoteObject(RemoteRef
Creates a remote object, initialized with the specified remote reference.
|
|
RemoteObjectInvocationHandler(RemoteRef
Creates a new
RemoteObjectInvocationHandler constructed with the specified
RemoteRef.
|
|
RemoteServer(RemoteRef
Constructs a
RemoteServer with the given reference type.
|
|
RemoteStub(RemoteRef
Deprecated.
Constructs a
RemoteStub with the specified remote reference.
|