Interface GroupCommandDispatcherFactory<A extends Comparable<A>, M extends GroupMember<A>>
- Type Parameters:
A- the group member address typeM- the group member type
- All Superinterfaces:
CommandDispatcherFactory<M>
- All Known Subinterfaces:
CacheContainerCommandDispatcherFactory, ChannelCommandDispatcherFactory, LocalCommandDispatcherFactory
- All Known Implementing Classes:
EmbeddedCacheManagerCommandDispatcherFactory, JChannelCommandDispatcherFactory
public interface GroupCommandDispatcherFactory<A extends Comparable<A>, M extends GroupMember<A>>
extends CommandDispatcherFactory<M>
CommandDispatcherFactory whose group exposes a mechanism to create a group member for a given unique address.- Author:
- Paul Ferraro
-
Method Summary
Methods inherited from interface CommandDispatcherFactory
createCommandDispatcher, createCommandDispatcher
-
Method Details
-
getGroup
Description copied from interface:CommandDispatcherFactoryReturns the group upon which the this command dispatcher operates.- Specified by:
getGroupin interfaceCommandDispatcherFactory<A extends Comparable<A>>- Returns:
- the group associated with this command dispatcher factory.
-