org.objectweb.dream.protocol.atomicity
Interface SetReactorThread
- All Known Implementing Classes:
- AtomicRouterImpl
- public interface SetReactorThread
Component interface used to give the thread that is executing a reaction.
This interface is provided by the Atonic Router. This component choose a
route for a given message depending on the calling thread.
SET_REACTOR_THREAD_ITF_NAME
public static final String SET_REACTOR_THREAD_ITF_NAME
- the default name of this interface
- See Also:
- Constant Field Values
setReactorThread
public void setReactorThread(Thread reactorThread)
- Gives the thread that is executing a reaction.
- Parameters:
reactorThread
- the thread that is executing a reaction.
Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.