org.objectweb.dream.router
Class RouterRoundRobinImpl
java.lang.Object
org.objectweb.dream.AbstractComponent
org.objectweb.dream.router.AbstractRouterImpl
org.objectweb.dream.router.RouterRoundRobinImpl
- All Implemented Interfaces:
- BindingController, LifeCycleController, Loggable, Push
- public class RouterRoundRobinImpl
- extends AbstractRouterImpl
This router implements a round-robin choice of its outputs. Note that the
defaultOutPushItf
is only chosen if no route is bound to the
router.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RouterRoundRobinImpl
public RouterRoundRobinImpl()
getOutput
protected Push getOutput(Message message,
Map context)
- Specified by:
getOutput
in class AbstractRouterImpl
- See Also:
AbstractRouterImpl.getOutput(org.objectweb.dream.message.Message,
java.util.Map)
Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.