Uses of Interface
java.rmi.activation.ActivationSystem
| Package | Description |
|---|---|
| java.rmi.activation |
Provides support for RMI Object Activation.
|
-
Uses of ActivationSystem in java.rmi.activation
Methods in java.rmi.activation that return ActivationSystem Modifier and Type Method Description static ActivationSystemActivationGroup. getSystem()Deprecated, for removal: This API element is subject to removal in a future version.Returns the activation system for the VM.ActivationSystemActivationGroupID. 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 ActivationSystem Modifier and Type Method Description static voidActivationGroup. 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 ActivationSystem Constructor Description ActivationGroupID(ActivationSystem system)Deprecated, for removal: This API element is subject to removal in a future version.Constructs a unique group id.