org.objectweb.dream.control.lifecycle
Interface NeedAsyncStartController

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 NeedAsyncStartController

Control interface which allow a component to inform that it want to be started asynchronously (call the LifeCycleController.startFc() method in a separate thread).


Method Summary
 boolean getFcNeedAsyncStart()
          Returns true if the component should be started asynchronously.
 

Method Detail

getFcNeedAsyncStart

boolean getFcNeedAsyncStart()
Returns true if the component should be started asynchronously.

Returns:
true if the component should be started asynchronously.


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