Interface CacheContainerCommandDispatcherFactory
- All Superinterfaces:
CommandDispatcherFactory<CacheContainerGroupMember>, GroupCommandDispatcherFactory<org.infinispan.remoting.transport.Address, CacheContainerGroupMember>
- All Known Implementing Classes:
EmbeddedCacheManagerCommandDispatcherFactory
public interface CacheContainerCommandDispatcherFactory
extends GroupCommandDispatcherFactory<org.infinispan.remoting.transport.Address, CacheContainerGroupMember>
A command dispatcher factory associated with a cache container.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptiongetGroup()Returns the group upon which the this command dispatcher operates.Methods inherited from interface CommandDispatcherFactory
createCommandDispatcher, createCommandDispatcher
-
Method Details
-
getGroup
CacheContainerGroup getGroup()Description copied from interface:CommandDispatcherFactoryReturns the group upon which the this command dispatcher operates.- Specified by:
getGroupin interfaceCommandDispatcherFactory<CacheContainerGroupMember>- Specified by:
getGroupin interfaceGroupCommandDispatcherFactory<org.infinispan.remoting.transport.Address, CacheContainerGroupMember>- Returns:
- the group associated with this command dispatcher factory.
-