| Package | Description |
|---|---|
| java.rmi.activation |
Provides support for RMI Object Activation.
|
| Modifier and Type | Method and Description |
|---|---|
ActivationGroupDesc |
ActivationSystem.getActivationGroupDesc(ActivationGroupID
Returns the activation group descriptor, for the group with the activation group identifier,
id.
|
ActivationGroupDesc |
ActivationSystem.setActivationGroupDesc(ActivationGroupID
Set the activation group descriptor,
desc for the object with the activation group identifier,
id.
|
| Modifier and Type | Method and Description |
|---|---|
static ActivationGroup |
ActivationGroup.createGroup(ActivationGroupID
Create and set the activation group for the current VM.
|
ActivationGroupID |
ActivationSystem.registerGroup(ActivationGroupDesc
Register the activation group.
|
ActivationGroupDesc |
ActivationSystem.setActivationGroupDesc(ActivationGroupID
Set the activation group descriptor,
desc for the object with the activation group identifier,
id.
|