| Interface | Description |
|---|---|
| JChannelFactory |
Factory of a
JChannel. |
| Class | Description |
|---|---|
| JGroupsConnector |
A Connector for the
DistributedCommandBus based on JGroups that acts both as the discovery and routing
mechanism (implementing CommandRouter) as well as the Connector between nodes
(implementing CommandBusConnector). |
| JGroupsDispatchMessage |
JGroups message that contains a CommandMessage that needs to be dispatched on a remote command bus segment.
|
| JGroupsReplyMessage |
JGroups Message representing a reply to a dispatched command.
|
| JGroupsXmlConfigurationChannelFactory |
Implementation of a
JChannelFactory that uses configuration from an xml file. |
| JoinMessage |
This message represents a notification of a Member joining the DistributedCommandBus with a given
loadFactor. |
| Exception | Description |
|---|---|
| CommandResponseProcessingFailedException |
Exception indicating that a failure occurred during processing of a command response.
|
| ConnectionFailedException |
Exception indicating that a CommandBusConnector failed to connect to other instances.
|
| MembershipUpdateFailedException |
Exception indicating that a node has failed to update its membership details with the other nodes.
|
Copyright © 2010–2017. All rights reserved.