Interface GroupCommandDispatcherFactory<A extends Comparable<A>, M extends GroupMember<A>>

Type Parameters:
A - the group member address type
M - 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