org.objectweb.proactive
Interface Active

All Known Subinterfaces:
ComponentActive, ComponentEndActive, ComponentInitActive, ComponentRunActive, EndActive, InitActive, RunActive
All Known Implementing Classes:
AbstractPolicy, ActiveObjectSkernel, ComponentActivity, FIFOPolicy, GatherFuturesHandler, JobNoDescriptor, Manager, MixedLocationServer, MixedPolicy, P2PAcquaintanceManager, P2PFirstContact, P2PLoadBalancer, P2PNodeLookup, P2PNodeManager, P2PService, ProActiveMPICoupling, SimpleLocationServer, SpacePolicy, Spy, TimePolicy

public interface Active

Active is the root of the all interfaces related to the activity of an active object. It is a convenience for having a common interface that can be used to type objects implementing one or more of the others.

So far we considered three steps in the lifecycle of an active object.

In case of a migration, an active object stops and restarts its activity automatically without invoking the init or ending phases. Only the activity itself is restarted.

Since:
ProActive 0.9.3
Version:
1.0, 2002/06
Author:
ProActive Team



Copyright 2001-2007 INRIA All Rights Reserved.