Uses of Class
java.rmi.activation.ActivationGroupDesc
Packages that use ActivationGroupDesc
-
Uses of ActivationGroupDesc in java.rmi.activation
Methods in java.rmi.activation that return ActivationGroupDescModifier and TypeMethodDescriptionActivationSystem.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
.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
.Methods in java.rmi.activation with parameters of type ActivationGroupDescModifier and TypeMethodDescriptionstatic 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.registerGroup(ActivationGroupDesc desc)
Deprecated, for removal: This API element is subject to removal in a future version.Register the activation group.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
.