Uses of Class java.rmi.activation.ActivationGroupID

Uses in package java.rmi.activation

Constructors with parameter type java.rmi.activation.ActivationGroupID

ActivationDesc.ActivationDesc(ActivationGroupID groupID, String className, String location, MarshalledObject data)
Create the new activation description.
ActivationDesc.ActivationDesc(ActivationGroupID groupID, String className, String location, MarshalledObject data, boolean restart)
Create the new activation description, providing full information.
Create the new activation group with the given group id.

Methods with parameter type java.rmi.activation.ActivationGroupID

ActivationMonitor
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.
ActivationGroup
Create the new instance of the activation group, using the class name and location information, stored in the passed descriptor.
ActivationGroupDesc
Get the group descriptor for the group with the given id.
void
Informs that the whole group is now inactive because all group objects are inactive.
ActivationGroupDesc
Replaces the group descriptor for the group with the given group activation id.
void
Removes the activation group with the given identifier.

Methods with return type java.rmi.activation.ActivationGroupID

ActivationGroupID
Get the id of current activation group.
ActivationGroupID
ActivationGroupID
Register the new activation group.

Uses in package gnu.java.rmi.activation

Constructors with parameter type java.rmi.activation.ActivationGroupID

Create the new default activation group.

Methods with parameter type java.rmi.activation.ActivationGroupID

ActivationMonitor
Returns the activation monitor (THIS) and remebers the instantiator, used by that group.
ActivationGroupDesc
Get the descriptor of the given activation group.
void
Check if the group is known.
ActivationGroupDesc
Replace the activation group descriptor, return the previous descriptor.
void
Remove the group from the group map

Methods with return type java.rmi.activation.ActivationGroupID

ActivationGroupID
Create the activation group id and put this id-descriptor combination into the group map.