mandala.rami.impl
Class FifoPolicy
java.lang.Object
mandala.rami.impl.ListAsynchronousPolicy
mandala.rami.impl.FifoPolicy
- All Implemented Interfaces:
- AsynchronousPolicy, Serializable, SingleThreadedSemantic
- public class FifoPolicy
- extends ListAsynchronousPolicy
Single-threaded, FIFO implementation of the
AsynchronousPolicy
interface.
This implementation serves method invocation requests with a first in
first out policy.
- Version:
- 1.0
- Author:
- eipi
- See Also:
SingleThreadedSemantic
,
AsynchronousPolicy
,
MethodInvoker
,
Serialized Form
FifoPolicy
public FifoPolicy()
select
protected MethodInvoker select()
- Description copied from class:
ListAsynchronousPolicy
Returns the next MethodInvoker
object to be runned into
the invoker thread<.p>
- Specified by:
select
in class ListAsynchronousPolicy
- Returns:
- the next
MethodInvoker
to be runned into the
invoker thread - See Also:
ListAsynchronousPolicy.invokerThread
,
ListAsynchronousPolicy.getInvokerThread()
toString
public String toString()
- Overrides:
toString
in class ListAsynchronousPolicy
Mandala help mailing list