java.rmi.activation
public interface ActivationInstantiator extends Remote
Method Summary | |
---|---|
MarshalledObject | newInstance(ActivationID id, ActivationDesc desc)
Creates and instantiate a new remote object. |
Parameters: id the id of the object being instantiated desc the activation descriptor being instantiated
Returns: the MarshalledObject, containing the stub to the newly created object.
Throws: ActivationException if the activation fails RemoteException if the remote call fails