Uses of Class
java.rmi.activation.ActivationGroupID
| Package | Description |
|---|---|
| java.rmi.activation |
Provides support for RMI Object Activation.
|
-
Uses of ActivationGroupID in java.rmi.activation
Methods in java.rmi.activation that return ActivationGroupID Modifier and Type Method Description static ActivationGroupIDActivationGroup. currentGroupID()Deprecated, for removal: This API element is subject to removal in a future version.Returns the current activation group's identifier.ActivationGroupIDActivationDesc. getGroupID()Deprecated, for removal: This API element is subject to removal in a future version.Returns the group identifier for the object specified by this descriptor.ActivationGroupIDActivationSystem. registerGroup(ActivationGroupDesc desc)Deprecated, for removal: This API element is subject to removal in a future version.Register the activation group.Methods in java.rmi.activation with parameters of type ActivationGroupID 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.static ActivationGroupActivationGroup. createGroup(ActivationGroupID id, ActivationGroupDesc desc, long incarnation)Deprecated, for removal: This API element is subject to removal in a future version.Create and set the activation group for the current VM.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.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.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.Constructors in java.rmi.activation with parameters of type ActivationGroupID Constructor Description ActivationDesc(ActivationGroupID groupID, String className, String location, MarshalledObject<?> data)Deprecated, for removal: This API element is subject to removal in a future version.Constructs an object descriptor for an object whose class name isclassNamethat can be loaded from the codelocationand whose initialization information isdata.ActivationDesc(ActivationGroupID groupID, String className, String location, MarshalledObject<?> data, boolean restart)Deprecated, for removal: This API element is subject to removal in a future version.Constructs an object descriptor for an object whose class name isclassNamethat can be loaded from the codelocationand whose initialization information isdata.ActivationGroup(ActivationGroupID groupID)Deprecated, for removal: This API element is subject to removal in a future version.Constructs an activation group with the given activation group identifier.