Please note that this documentation is not final and is subject to change.

Java™ Platform
Standard Ed. 7

DRAFT internal-b00

Uses of Interface
java.rmi.activation.ActivationSystem

Packages that use ActivationSystem
java.rmi.activation Provides support for RMI Object Activation. 
 

Uses of ActivationSystem in java.rmi.activation
 

Methods in java.rmi.activation that return ActivationSystem
 ActivationSystem ActivationGroupID.getSystem()
          Returns the group's activation system.
static ActivationSystem ActivationGroup.getSystem()
          Returns the activation system for the VM.
 

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

Constructors in java.rmi.activation with parameters of type ActivationSystem
ActivationGroupID(ActivationSystem system)
          Constructs a unique group id.
 


Java™ Platform
Standard Ed. 7

DRAFT internal-b00

Submit a bug or feature

Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.