Interface LocalCommandDispatcherFactory
- All Superinterfaces:
CommandDispatcherFactory<LocalGroupMember>,GroupCommandDispatcherFactory<String,LocalGroupMember>
public interface LocalCommandDispatcherFactory
extends GroupCommandDispatcherFactory<String,LocalGroupMember>
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptiongetGroup()Returns the group upon which the this command dispatcher operates.of(LocalGroup group) Methods inherited from interface org.wildfly.clustering.server.dispatcher.CommandDispatcherFactory
createCommandDispatcher, createCommandDispatcher
-
Method Details
-
getGroup
LocalGroup getGroup()Description copied from interface:CommandDispatcherFactoryReturns the group upon which the this command dispatcher operates.- Specified by:
getGroupin interfaceCommandDispatcherFactory<LocalGroupMember>- Specified by:
getGroupin interfaceGroupCommandDispatcherFactory<String,LocalGroupMember> - Returns:
- a group
-
of
-