net.sf.bus.spi
Class SyncDispatcherProvider

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

public class SyncDispatcherProvider
extends java.lang.Object
implements DispatcherProvider

Manages the instance creation of the SyncDispatcher

Version:
$Revision: 1.2 $
Author:
James Higginbotham

Constructor Summary
SyncDispatcherProvider()
           
 
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

SyncDispatcherProvider

public SyncDispatcherProvider()
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..