| Package | Description |
|---|---|
| java.rmi.activation |
Provides support for RMI Object Activation.
|
| Modifier and Type | Method and Description |
|---|---|
ActivationMonitor |
ActivationSystem.activeGroup(ActivationGroupID
Callback to inform activation system that group is now active.
|
ActivationGroupDesc |
ActivationSystem.getActivationGroupDesc(ActivationGroupID
Returns the activation group descriptor, for the group with the activation group identifier,
id.
|
protected void |
ActivationGroup.inactiveGroup()
This protected method is necessary for subclasses to make the
inactiveGroup callback to the group's monitor.
|
void |
ActivationMonitor.inactiveGroup(ActivationGroupID
Informs that the group is now inactive.
|
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.
|
ActivationGroupDesc |
ActivationSystem.setActivationGroupDesc(ActivationGroupID
Set the activation group descriptor,
desc for the object with the activation group identifier,
id.
|
void |
ActivationSystem.unregisterGroup(ActivationGroupID
Remove the activation group.
|