Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
java.rmi.activation.ActivationSystem

Uses of ActivationSystem in java.rmi.activation
 

Fields in java.rmi.activation declared as ActivationSystem
(package private)  ActivationSystem ActivationGroupID.system
          The associated activation system.
(package private) static ActivationSystem ActivationGroup.system
          The groups activation system.
 

Methods in java.rmi.activation that return ActivationSystem
 ActivationSystem ActivationGroupID.getSystem()
          Get the associated activation system
static ActivationSystem ActivationGroup.getSystem()
          Get the current activation system.
 

Methods in java.rmi.activation with parameters of type ActivationSystem
static void ActivationGroup.setSystem(ActivationSystem aSystem)
          Set the activation system for this virtual machine.
 

Constructors in java.rmi.activation with parameters of type ActivationSystem
ActivationGroupID(ActivationSystem aSystem)
          Create the new activation group id in the scope of the given activation system