Uses of Interface
java.rmi.activation.ActivationSystem
Packages that use ActivationSystem
-
Uses of ActivationSystem in java.rmi.activation
Methods in java.rmi.activation that return ActivationSystemModifier and TypeMethodDescriptionstatic ActivationSystem
ActivationGroup.getSystem()
Deprecated, for removal: This API element is subject to removal in a future version.Returns the activation system for the VM.ActivationGroupID.getSystem()
Deprecated, for removal: This API element is subject to removal in a future version.Returns the group's activation system.Methods in java.rmi.activation with parameters of type ActivationSystemModifier and TypeMethodDescriptionstatic void
ActivationGroup.setSystem(ActivationSystem system)
Deprecated, for removal: This API element is subject to removal in a future version.Set the activation system for the VM.Constructors in java.rmi.activation with parameters of type ActivationSystemModifierConstructorDescriptionActivationGroupID(ActivationSystem system)
Deprecated, for removal: This API element is subject to removal in a future version.Constructs a unique group id.