aicas logo Jamaica 3.2 release 6

java.rmi.activation
Interface ActivationInstantiator

All Superinterfaces:
Remote
All Known Implementing Classes:
ActivationGroup, ActivationGroup_Stub

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 ActivationGroup that calls ActivationSystem.activeGroup(ActivationGroupID, ActivationInstantiator, long).


Method Summary
 MarshalledObject newInstance(ActivationID id, ActivationDesc desc)
          Creates and instantiate a new remote object.
 

Method Detail

newInstance

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

aicas logo Jamaica 3.2 release 6

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2008 aicas GmbH. All Rights Reserved.