Frames | No Frames |
Methods which throw type java.rmi.activation.UnknownGroupException | |
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. |
ActivationGroupDesc | Get the group descriptor for the group with the given id.
|
void | Makes the call back to the groups ActivationMonitor and sets
the current group to null.
|
void | Informs that the whole group is now inactive because all group objects are
inactive. |
Remote | This method registers an activatable object. |
ActivationID | Registers the activation descriptor and creates (and returns) its
activation identifier. |
ActivationDesc | Replace the activation descriptor for the object with the given activation
id.
|
ActivationGroupDesc | Replaces the group descriptor for the group with the given group activation
id.
|
void | Removes the activation group with the given identifier. |
Methods which throw type java.rmi.activation.UnknownGroupException | |
ActivationMonitor | ActivationSystemTransient.activeGroup(ActivationGroupID id, ActivationInstantiator group, long incarnation) 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. |
ActivationID | Create the object activation id and put this id-descriptor combination into
the group map. |
ActivationDesc | Replace the activation descriptor, return the previous descriptor.
|
ActivationGroupDesc | ActivationSystemTransient.setActivationGroupDesc(ActivationGroupID groupId, ActivationGroupDesc groupDesc) Replace the activation group descriptor, return the previous descriptor.
|
void | Remove the group from the group map
|