Package | Description |
---|---|
org.wildfly.clustering.dispatcher |
Public clustering API which facilitates remote command execution
on the cluster.
|
org.wildfly.clustering.server.dispatcher |
Modifier and Type | Method and Description |
---|---|
<C> CommandDispatcher<C> |
CommandDispatcherFactory.createCommandDispatcher(Object id,
C context)
Creates a new command dispatcher using the specified identifier and context..
|
Modifier and Type | Class and Description |
---|---|
class |
ChannelCommandDispatcher<C>
MessageDispatcher-based command dispatcher.
|
class |
LocalCommandDispatcher<C>
Non-clustered
CommandDispatcher implementation |
Modifier and Type | Method and Description |
---|---|
<C> CommandDispatcher<C> |
LocalCommandDispatcherFactory.createCommandDispatcher(Object id,
C context) |
<C> CommandDispatcher<C> |
ChannelCommandDispatcherFactory.createCommandDispatcher(Object id,
C context) |
Constructor and Description |
---|
ChannelCommandDispatcher(org.jgroups.blocks.MessageDispatcher dispatcher,
CommandMarshaller<C> marshaller,
NodeFactory<org.jgroups.Address> factory,
long timeout,
CommandDispatcher<C> localDispatcher) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.