public interface ActivationInstantiator extends java.rmi.Remote
ActivationGroup that calls
ActivationSystem.activeGroup(ActivationGroupID, ActivationInstantiator, long).| Modifier and Type | Method and Description |
|---|---|
java.rmi.MarshalledObject<? extends java.rmi.Remote> |
newInstance(ActivationID id,
ActivationDesc desc)
Creates and instantiate a new remote object.
|
java.rmi.MarshalledObject<? extends java.rmi.Remote> newInstance(ActivationID id, ActivationDesc desc) throws ActivationException, java.rmi.RemoteException
ActivationID
and the second the MarshalledObject.id - the id of the object being instantiateddesc - the activation descriptor being instantiatedActivationException - if the activation failsjava.rmi.RemoteException - if the remote call fails