public interface Activator extends Remote
AID
. The activate
method returns the activated object's proxy as a MarshalledInstance
wrapped in a MarshalledWrapper
so that
integrity can be verified on the enclosed proxy.Modifier and Type | Method and Description |
---|---|
MarshalledWrapper |
activate(ActivationID id,
boolean force)
Returns a marshalled proxy wrapped in a
MarshalledWrapper for the activated object
corresponding to the specified activation identifier. |
MarshalledWrapper activate(ActivationID id, boolean force) throws ActivationException, RemoteException
MarshalledWrapper
for the activated object
corresponding to the specified activation identifier.id
- the activation identifier for the remote objectforce
- the value to pass to the activate
method
of the activation identifierMarshalledInstance
wrapped in a MarshalledWrapper
ActivationException
- if object activation failsUnknownObjectException
- if object is unknown (not registered)RemoteException
- if remote call failsCopyright © 2016–2018. All rights reserved.