Class LocalCommandDispatcherFactory
- java.lang.Object
-
- org.wildfly.clustering.server.infinispan.dispatcher.LocalCommandDispatcherFactory
-
- All Implemented Interfaces:
org.wildfly.clustering.dispatcher.CommandDispatcherFactory,CommandDispatcherFactory
public class LocalCommandDispatcherFactory extends Object implements CommandDispatcherFactory
Non-clusteredCommandDispatcherFactoryimplementation- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description LocalCommandDispatcherFactory(org.wildfly.clustering.group.Group group)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <C> org.wildfly.clustering.dispatcher.CommandDispatcher<C>createCommandDispatcher(Object id, C context, ClassLoader loader)org.wildfly.clustering.group.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.server.dispatcher.CommandDispatcherFactory
createCommandDispatcher
-
-
-
-
Method Detail
-
getGroup
public org.wildfly.clustering.group.Group getGroup()
- Specified by:
getGroupin interfaceorg.wildfly.clustering.dispatcher.CommandDispatcherFactory
-
createCommandDispatcher
public <C> org.wildfly.clustering.dispatcher.CommandDispatcher<C> createCommandDispatcher(Object id, C context, ClassLoader loader)
- Specified by:
createCommandDispatcherin interfaceCommandDispatcherFactory
-
-