eneter.messaging.threading.dispatching
Class AsyncDispatching

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

public class AsyncDispatching
extends java.lang.Object
implements IThreadDispatcherProvider

Invokes asynchronously by routing to a thread from the thread-pool (each method can be executed in a separate thread).


Constructor Summary
AsyncDispatching()
           
 
Method Summary
 IThreadDispatcher getDispatcher()
          Returns dispatcher which invokes asynchronously in a thread from the thread-pool.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncDispatching

public AsyncDispatching()
Method Detail

getDispatcher

public IThreadDispatcher getDispatcher()
Returns dispatcher which invokes asynchronously in a thread from the thread-pool.

Specified by:
getDispatcher in interface IThreadDispatcherProvider