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 ActivationGroupID
ActivationGroup.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 ActivationGroup
ActivationGroup.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
.void
ActivationMonitor.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,desc
for the object with the activation group identifier,id
.void
ActivationSystem.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 isclassName
that can be loaded from the codelocation
and 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 isclassName
that can be loaded from the codelocation
and whose initialization information isdata
.protected
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.