J2ME RMI Profile

Package java.rmi.activation

Provides support for RMI Object Activation.

See:
          Description

Interface Summary
Activator The Activator facilitates remote object activation.
 

Class Summary
ActivationID Activation makes use of special identifiers to denote remote objects that can be activated over time.
 

Exception Summary
ActivateFailedException This exception is thrown by the RMI runtime when activation fails during a remote call to an activatable object.
ActivationException General exception used by the activation interfaces.
UnknownObjectException An UnknownObjectException is thrown by methods of classes and interfaces in the java.rmi.activation package when the ActivationID parameter to the method is determined to be invalid.
 

Package java.rmi.activation Description

Provides support for RMI Object Activation. A remote object's reference can be made ``persistent'' and later activated into a ``live'' object using the RMI activation mechanism.

Since:
1.2

J2ME RMI Profile

Java is a trademark or registred trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road,
Palo, Alto, California, 94303, U.S.A All Rights Reserved. < /font >