Voyager ORB

com.objectspace.voyager.activation
Class Activation

com.objectspace.voyager.activation.Activation

public final class Activation

Activation contains static methods for enabling an object for activation and for registering/deregistering activators.

Version:
3.0

Method Summary
static void deregister(IActivator activator)
          Deregister the specified activator.
static Proxy enable(java.lang.Object object)
          Enable the proxy's object for activation.
static void register(IActivator activator)
          Register the specified activator.
 

Method Detail

enable

public static Proxy enable(java.lang.Object object)
                    throws ActivationException
Enable the proxy's object for activation. If a message is sent to an object that was enabled for activation and is currently in a passive store, the object is automatically activated and loaded into memory.
Parameters:
object - The object to be enabled for activation.
Throws:
ActivationException - The object could not be enabled.

register

public static void register(IActivator activator)
Register the specified activator.
Parameters:
activator - The activator.

deregister

public static void deregister(IActivator activator)
Deregister the specified activator.
Parameters:
activator - The activator.

ObjectSpace Inc.

(c) Copyright 1997-1999 ObjectSpace, Inc.
14850 Quorum Drive, Suite 500
Dallas, Texas 75240