| Package | Description |
|---|---|
| java.rmi.activation |
Provides support for RMI Object Activation.
|
| Modifier and Type | Method and Description |
|---|---|
ActivationDesc |
ActivationSystem.getActivationDesc(ActivationID
Returns the activation descriptor, for the object with the activation identifier,
id.
|
ActivationDesc |
ActivationSystem.setActivationDesc(ActivationID
Set the activation descriptor,
desc for the object with the activation identifier,
id.
|
| Modifier and Type | Method and Description |
|---|---|
MarshalledObject |
ActivationInstantiator.newInstance(ActivationID
The activator calls an instantiator's
newInstance method in order to recreate in that group an object with the activation identifier,
id, and descriptor,
desc.
|
static Remote |
Activatable.register(ActivationDesc
Register an object descriptor for an activatable remote object so that is can be activated on demand.
|
ActivationID |
ActivationSystem.registerObject(ActivationDesc
The
registerObject method is used to register an activation descriptor,
desc, and obtain an activation identifier for a activatable remote object.
|
ActivationDesc |
ActivationSystem.setActivationDesc(ActivationID
Set the activation descriptor,
desc for the object with the activation identifier,
id.
|