| Package | Description |
|---|---|
| java.rmi.activation |
Provides support for RMI Object Activation.
|
| java.rmi.server |
Provides classes and interfaces for supporting the server side of RMI.
|
| javax.rmi |
Contains user APIs for RMI-IIOP.
|
| javax.rmi.CORBA |
Contains portability APIs for RMI-IIOP.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Activatable.unexportObject(Remote
Remove the remote object, obj, from the RMI runtime.
|
| Modifier and Type | Method and Description |
|---|---|
static Remote |
RemoteObject.toStub(Remote
Returns the stub for the remote object
obj passed as a parameter.
|
static boolean |
UnicastRemoteObject.unexportObject(Remote
Removes the remote object, obj, from the RMI runtime.
|
| Modifier and Type | Method and Description |
|---|---|
static Remote |
PortableRemoteObject.toStub(Remote
Returns a stub for the given server object.
|
static void |
PortableRemoteObject.unexportObject(Remote
Deregisters a server object from the runtime, allowing the object to become available for garbage collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Tie.deactivate()
Deactivates the target object represented by this tie.
|
Remote |
PortableRemoteObjectDelegate.toStub(Remote
Delegation call for
PortableRemoteObject.
|
static void |
Util.unexportObject(Remote
Removes the associated tie from an internal table and calls
Tie to deactivate the object.
|
void |
UtilDelegate.unexportObject(Remote
Delegation call for
Util.
|
void |
PortableRemoteObjectDelegate.unexportObject(Remote
Delegation call for
PortableRemoteObject.
|