org.codehaus.wadi.group
Class StaticDispatcherRegistry

java.lang.Object
  extended by org.codehaus.wadi.group.StaticDispatcherRegistry
All Implemented Interfaces:
DispatcherRegistry

public class StaticDispatcherRegistry
extends java.lang.Object
implements DispatcherRegistry

Version:
$Revision: 1563 $

Constructor Summary
StaticDispatcherRegistry()
           
 
Method Summary
 Dispatcher getDispatcherByClusterName(java.lang.String clusterName)
           
 java.util.Collection getDispatchers()
           
 void register(Dispatcher dispatcher)
           
 void unregister(Dispatcher dispatcher)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticDispatcherRegistry

public StaticDispatcherRegistry()
Method Detail

register

public void register(Dispatcher dispatcher)
Specified by:
register in interface DispatcherRegistry

unregister

public void unregister(Dispatcher dispatcher)
Specified by:
unregister in interface DispatcherRegistry

getDispatchers

public java.util.Collection getDispatchers()
Specified by:
getDispatchers in interface DispatcherRegistry

getDispatcherByClusterName

public Dispatcher getDispatcherByClusterName(java.lang.String clusterName)
Specified by:
getDispatcherByClusterName in interface DispatcherRegistry


Copyright © 2008. All Rights Reserved.