net.sf.bus.spi
Class AsyncDispatcherProvider

java.lang.Object
  |
  +--net.sf.bus.spi.AsyncDispatcherProvider
All Implemented Interfaces:
DispatcherProvider

public class AsyncDispatcherProvider
extends java.lang.Object
implements DispatcherProvider

Manages the instance creation of the AsyncDispatcher

Version:
$Revision: 1.2 $
Author:
James Higginbotham

Constructor Summary
AsyncDispatcherProvider()
           
 
Method Summary
 Dispatcher getDispatcher()
          Returns a dispatcher instance using its provision strategy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncDispatcherProvider

public AsyncDispatcherProvider()
Method Detail

getDispatcher

public Dispatcher getDispatcher()
Description copied from interface: DispatcherProvider
Returns a dispatcher instance using its provision strategy
Specified by:
getDispatcher in interface DispatcherProvider
Following copied from interface: net.sf.bus.spi.DispatcherProvider
Returns:
a Dispatcher for use in dispatching a message to subscribers


This code may be freely distributed and modified under the terms of the GNU Lesser General Public Licence..