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. |
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.