org.apache.qpid.server.cluster.handler
Class ClusterMethodHandlerFactory

java.lang.Object
  extended by org.apache.qpid.server.cluster.handler.ClusterMethodHandlerFactory
All Implemented Interfaces:
MethodHandlerFactory

public class ClusterMethodHandlerFactory
extends java.lang.Object
implements MethodHandlerFactory


Constructor Summary
ClusterMethodHandlerFactory(GroupManager groupMgr, LoadTable loadTable)
           
 
Method Summary
 MethodHandlerRegistry register(org.apache.qpid.server.state.AMQState state, MethodHandlerRegistry registry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterMethodHandlerFactory

public ClusterMethodHandlerFactory(GroupManager groupMgr,
                                   LoadTable loadTable)
Method Detail

register

public MethodHandlerRegistry register(org.apache.qpid.server.state.AMQState state,
                                      MethodHandlerRegistry registry)
Specified by:
register in interface MethodHandlerFactory