Class LocalCommandDispatcherFactory
- java.lang.Object
-
- org.wildfly.clustering.server.infinispan.dispatcher.LocalCommandDispatcherFactory
-
- All Implemented Interfaces:
CommandDispatcherFactory
public class LocalCommandDispatcherFactory extends Object implements CommandDispatcherFactory
Non-clusteredCommandDispatcherFactoryimplementation- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description LocalCommandDispatcherFactory(Group group)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <C> CommandDispatcher<C>createCommandDispatcher(Object id, C context)GroupgetGroup()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.dispatcher.CommandDispatcherFactory
createCommandDispatcher
-
-
-
-
Constructor Detail
-
LocalCommandDispatcherFactory
public LocalCommandDispatcherFactory(Group group)
-
-
Method Detail
-
getGroup
public Group getGroup()
- Specified by:
getGroupin interfaceCommandDispatcherFactory
-
createCommandDispatcher
public <C> CommandDispatcher<C> createCommandDispatcher(Object id, C context)
- Specified by:
createCommandDispatcherin interfaceCommandDispatcherFactory
-
-