org.objectweb.dream.control.lifecycle
Interface PrepareStopLifeCycleController

All Known Implementing Classes:
AbstractComponent, AbstractDelegatingMessageCodecImpl, AbstractSchedulerManager, CodecManagerImpl, CodecRepositoryImpl, MessageCodecHelperCompositeMessageDataStreamImpl, MessageCodecHelperObjectStreamImpl, MessageCodecPrimitiveObjectStreamImpl, MessageCreatorBasicImpl, MessageManagerImpl, MessageManagerPoolingImpl, MetaSchedulerManagerImpl, ObjectPoolDebugImpl, ObjectPoolImpl, ObjectPoolSoftReferenceImpl, PeriodicSchedulerManagerImpl, PushToPush1Impl, TaskManagerImpl, ThreadManagerImpl, ThreadPerTaskSchedulerManagerImpl, ThreadPoolPerTaskSchedulerManagerImpl

public interface PrepareStopLifeCycleController

Interface implemented by content of component when it needs to be informed that the component is going to be stopped.


Method Summary
 void prepareStopFc()
          Method called when the component enter in the "STOPPING" state.
 

Method Detail

prepareStopFc

void prepareStopFc()
                   throws IllegalLifeCycleException
Method called when the component enter in the "STOPPING" state.

Throws:
IllegalLifeCycleException
See Also:
LifeCycleCoordinator


Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.