| Package | Description |
|---|---|
| java.rmi.activation |
Provides support for RMI Object Activation.
|
| Modifier and Type | Method and Description |
|---|---|
static ActivationGroupID |
ActivationGroup.currentGroupID()
Returns the current activation group's identifier.
|
ActivationGroupID |
ActivationDesc.getGroupID()
Returns the group identifier for the object specified by this descriptor.
|
ActivationGroupID |
ActivationSystem.registerGroup(ActivationGroupDesc
Register the activation group.
|
| Modifier and Type | Method and Description |
|---|---|
ActivationMonitor |
ActivationSystem.activeGroup(ActivationGroupID
Callback to inform activation system that group is now active.
|
static ActivationGroup |
ActivationGroup.createGroup(ActivationGroupID
Create and set the activation group for the current VM.
|
ActivationGroupDesc |
ActivationSystem.getActivationGroupDesc(ActivationGroupID
Returns the activation group descriptor, for the group with the activation group identifier,
id.
|
void |
ActivationMonitor.inactiveGroup(ActivationGroupID
Informs that the group is now inactive.
|
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.
|
| Constructor and Description | |
|---|---|
ActivationDesc(ActivationGroupID
Constructs an object descriptor for an object whose class name is
className that can be loaded from the code
location and whose initialization information is
data.
|
|
ActivationDesc(ActivationGroupID
Constructs an object descriptor for an object whose class name is
className that can be loaded from the code
location and whose initialization information is
data.
|
|
ActivationGroup(ActivationGroupID
Constructs an activation group with the given activation group identifier.
|