public interface CommandDispatcherFactory extends Identifiable, Serializable
CommandDispatcher.| Modifier and Type | Method and Description |
|---|---|
<C> CommandDispatcher<C> |
createCommandDispatcher(String id,
C context,
Stateful stateful,
MembershipListener membershipListener)
Create a new dispatcher for remote command execution.
|
getId<C> CommandDispatcher<C> createCommandDispatcher(String id, C context, Stateful stateful, MembershipListener membershipListener) throws Exception
C - execution context typeid - unique identifier of this dispatchercontext - command execution contextstateful - handler for state transfersmembershipListener - handler for group membership changesException - if an error occurred creating the dispatcherCopyright © 2004–2014 Paul Ferraro. All rights reserved.