eneter.messaging.nodes.dispatcher
Class DuplexDispatcherFactory

java.lang.Object
  extended by eneter.messaging.nodes.dispatcher.DuplexDispatcherFactory
All Implemented Interfaces:
IDuplexDispatcherFactory

public class DuplexDispatcherFactory
extends java.lang.Object
implements IDuplexDispatcherFactory

Implements factory to create the dispatcher.


Constructor Summary
DuplexDispatcherFactory(IMessagingSystemFactory duplexOutputChannelsFactory)
          Constructs the duplex dispatcher factory.
 
Method Summary
 IDuplexDispatcher createDuplexDispatcher()
          Creates the dispatcher.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DuplexDispatcherFactory

public DuplexDispatcherFactory(IMessagingSystemFactory duplexOutputChannelsFactory)
Constructs the duplex dispatcher factory.

Parameters:
duplexOutputChannelsFactory - the messaging system factory used to create duplex output channels
Method Detail

createDuplexDispatcher

public IDuplexDispatcher createDuplexDispatcher()
Description copied from interface: IDuplexDispatcherFactory
Creates the dispatcher.

Specified by:
createDuplexDispatcher in interface IDuplexDispatcherFactory
Returns:
duplex dispatcher