eneter.messaging.threading.dispatching
Class NoDispatching

java.lang.Object
  extended by eneter.messaging.threading.dispatching.NoDispatching
All Implemented Interfaces:
IThreadDispatcherProvider

public class NoDispatching
extends java.lang.Object
implements IThreadDispatcherProvider

Invokes directly without routing.


Constructor Summary
NoDispatching()
           
 
Method Summary
 IThreadDispatcher getDispatcher()
          Returns dispatcher which invokes directly without routing into a thread.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoDispatching

public NoDispatching()
Method Detail

getDispatcher

public IThreadDispatcher getDispatcher()
Returns dispatcher which invokes directly without routing into a thread.

Specified by:
getDispatcher in interface IThreadDispatcherProvider