java.rmi.activation

Interface ActivationInstantiator

public interface ActivationInstantiator extends Remote

The implementation of this interface creates (instantiates) the new remote objects in response to the activation request. The instantiator is returned by the {@link ActivationGroup} that calls {@link ActivationSystem#activeGroup(ActivationGroupID, ActivationInstantiator, long)}.
Method Summary
MarshalledObjectnewInstance(ActivationID id, ActivationDesc desc)
Creates and instantiate a new remote object.

Method Detail

newInstance

public MarshalledObject newInstance(ActivationID id, ActivationDesc desc)
Creates and instantiate a new remote object. This method performs the following tasks: