Uses of Class
java.rmi.activation.ActivationGroupID
Packages that use ActivationGroupID
-
Uses of ActivationGroupID in java.rmi.activation
Methods in java.rmi.activation that return ActivationGroupIDModifier and TypeMethodDescriptionstatic ActivationGroupIDActivationGroup.currentGroupID()Deprecated, for removal: This API element is subject to removal in a future version.Returns the current activation group's identifier.ActivationDesc.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.ActivationSystem.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 ActivationGroupIDModifier and TypeMethodDescriptionActivationSystem.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.ActivationSystem.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.ActivationSystem.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 ActivationGroupIDModifierConstructorDescriptionActivationDesc(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.protectedActivationGroup(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.