Uses of Class
java.rmi.activation.UnknownGroupException
| Package | Description |
|---|---|
| java.rmi.activation |
Provides support for RMI Object Activation.
|
-
Uses of UnknownGroupException in java.rmi.activation
Methods in java.rmi.activation that throw UnknownGroupException Modifier and Type Method Description ActivationMonitorActivationSystem. activeGroup(ActivationGroupID id, ActivationInstantiator group, long incarnation)Deprecated, for removal: This API element is subject to removal in a future version.Callback to inform activation system that group is now active.ActivationGroupDescActivationSystem. getActivationGroupDesc(ActivationGroupID id)Deprecated, for removal: This API element is subject to removal in a future version.Returns the activation group descriptor, for the group with the activation group identifier,id.protected voidActivationGroup. inactiveGroup()Deprecated, for removal: This API element is subject to removal in a future version.This protected method is necessary for subclasses to make theinactiveGroupcallback to the group's monitor.voidActivationMonitor. inactiveGroup(ActivationGroupID id, long incarnation)Deprecated, for removal: This API element is subject to removal in a future version.Informs that the group is now inactive.static RemoteActivatable. register(ActivationDesc desc)Deprecated, for removal: This API element is subject to removal in a future version.Register an object descriptor for an activatable remote object so that is can be activated on demand.ActivationIDActivationSystem. registerObject(ActivationDesc desc)Deprecated, for removal: This API element is subject to removal in a future version.TheregisterObjectmethod is used to register an activation descriptor,desc, and obtain an activation identifier for a activatable remote object.ActivationDescActivationSystem. setActivationDesc(ActivationID id, ActivationDesc desc)Deprecated, for removal: This API element is subject to removal in a future version.Set the activation descriptor,descfor the object with the activation identifier,id.ActivationGroupDescActivationSystem. setActivationGroupDesc(ActivationGroupID id, ActivationGroupDesc desc)Deprecated, for removal: This API element is subject to removal in a future version.Set the activation group descriptor,descfor the object with the activation group identifier,id.voidActivationSystem. unregisterGroup(ActivationGroupID id)Deprecated, for removal: This API element is subject to removal in a future version.Remove the activation group.