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 ActivationSystem
ActivationGroup. getSystem()
Returns the activation system for the VM.ActivationSystem
ActivationGroupID. getSystem()
Returns the group's activation system.Methods in java.rmi.activation with parameters of type ActivationSystem Modifier and Type Method Description static void
ActivationGroup. setSystem(ActivationSystem system)
Set the activation system for the VM.Constructors in java.rmi.activation with parameters of type ActivationSystem Constructor Description ActivationGroupID(ActivationSystem system)
Constructs a unique group id.