|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.cid.distribution.core.MessageFlowController
public final class MessageFlowController
The MessageFlowController manages the message flow through the different handlers and channels. It wires and communicates the different deployed components to make the distribution system work.
Constructor Summary | |
---|---|
MessageFlowController(DistributionProcess process)
Constructor |
Method Summary | |
---|---|
void |
processMessage(DistributionMessage message,
DistributionNode node)
Process a message through a handler. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessageFlowController(DistributionProcess process)
handlerSet
- Method Detail |
---|
public void processMessage(DistributionMessage message, DistributionNode node) throws DistributionProcessingException, DistributionConfigurationException
message
- The message to process.
DistributionProcessingException
DistributionConfigurationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |