java.rmi.activation
public interface Activator extends Remote
See Also: ActivationSystem ActivationMonitor
Method Summary | |
---|---|
MarshalledObject | activate(ActivationID id, boolean force)
Activate the object, associated with the given activation identifier. |
Parameters: id the identifier of the object to activate. force if true, the activator always contacts the group to obtain the reference. If false, it may return the cached value.
Returns: the activated remote object (its stub).
Throws: UnknownObjectException if the object with this id is unknown ActivationException if the activation has failed due other reason RemoteException if the remote call has failed.