|
J2ME RMI Profile | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActivationException | |
java.rmi.activation | Provides support for RMI Object Activation. |
Uses of ActivationException in java.rmi.activation |
Subclasses of ActivationException in java.rmi.activation | |
interface |
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. |
Methods in java.rmi.activation that throw ActivationException | |
MarshalledObject |
Activator.activate(ActivationID id,
boolean force)
Activate the object associated with the activation identifier, id . |
Remote |
ActivationID.activate(boolean force)
Activate the object for this id. |
|
J2ME RMI Profile | |||||||||
PREV NEXT | FRAMES NO FRAMES |