|
|||||||||
| Home >> All >> java >> rmi >> [ activation overview ] | PREV NEXT | ||||||||
Uses of Class
java.rmi.activation.ActivationGroupID
| Uses of ActivationGroupID in java.rmi.activation |
| Fields in java.rmi.activation declared as ActivationGroupID | |
(package private) static ActivationGroupID |
ActivationGroup.currentGroupId
The Id of the current group on this VM (null if none). |
(package private) ActivationGroupID |
ActivationGroup.groupId
The groups identifier. |
private ActivationGroupID |
ActivationDesc.groupid
The group id. |
| Methods in java.rmi.activation that return ActivationGroupID | |
ActivationGroupID |
ActivationSystem.registerGroup(ActivationGroupDesc groupDesc)
Register the new activation group. |
static ActivationGroupID |
ActivationGroup.currentGroupID()
Get the id of current activation group. |
ActivationGroupID |
ActivationDesc.getGroupID()
|
| Methods in java.rmi.activation with parameters of type ActivationGroupID | |
ActivationMonitor |
ActivationSystem.activeGroup(ActivationGroupID id,
ActivationInstantiator group,
long incarnation)
This method is called from the ActivationGroup to inform the ActivatinSystem that the group is now active and there is the ActivationInstantiator for that group. |
void |
ActivationSystem.unregisterGroup(ActivationGroupID id)
Removes the activation group with the given identifier. |
ActivationGroupDesc |
ActivationSystem.setActivationGroupDesc(ActivationGroupID groupId,
ActivationGroupDesc groupDesc)
Replaces the group descriptor for the group with the given group activation id. |
ActivationGroupDesc |
ActivationSystem.getActivationGroupDesc(ActivationGroupID groupId)
Get the group descriptor for the group with the given id. |
void |
ActivationMonitor.inactiveGroup(ActivationGroupID groupId,
long incarnation)
Informs that the whole group is now inactive because all group objects are inactive. |
static ActivationGroup |
ActivationGroup.createGroup(ActivationGroupID id,
ActivationGroupDesc desc,
long incarnation)
Create the new instance of the activation group, using the class name and location information, stored in the passed descriptor. |
| Constructors in java.rmi.activation with parameters of type ActivationGroupID | |
ActivationGroup(ActivationGroupID aGroupId)
Create the new activation group with the given group id. |
|
ActivationDesc(ActivationGroupID groupID,
java.lang.String className,
java.lang.String location,
java.rmi.MarshalledObject data)
Create the new activation description. |
|
ActivationDesc(ActivationGroupID groupID,
java.lang.String className,
java.lang.String location,
java.rmi.MarshalledObject data,
boolean restart)
Create the new activation description, providing full information. |
|
|
|||||||||
| Home >> All >> java >> rmi >> [ activation overview ] | PREV NEXT | ||||||||