Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

J2ME RMI Optional Package

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. Only the client side activation protocol is supported by the RMI profile.

Since:
1.2

J2ME RMI Optional Package

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 66 specification.
ing HTML relocated from here.