public interface CommandDispatcherFactory
Modifier and Type | Method and Description |
---|---|
<C> CommandDispatcher<C> |
createCommandDispatcher(Object id,
C context)
Creates a new command dispatcher using the specified identifier and context..
|
Group |
getGroup()
Returns the group upon which the this command dispatcher operates.
|
Group getGroup()
<C> CommandDispatcher<C> createCommandDispatcher(Object id, C context)
CommandDispatcher
will communicate with those dispatchers within the group sharing the same identifier.id
- a unique identifier for this dispatchercontext
- the context used for executing commandsCopyright © 2016 JBoss by Red Hat. All rights reserved.