Package net.messagevortex
Class MessageVortexRouting
java.lang.Object
net.messagevortex.AbstractDaemon
net.messagevortex.MessageVortexRouting
- All Implemented Interfaces:
BlendingReceiver,RunningDaemon
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Accountantfinal BlendingSenderbooleangotMessage(VortexMessage message) This Method is called by the Blending layer if a vmessage has been extracted.final AccountantsetAccountant(Accountant accountant) Specifies the accounting layer to be used.final BlendingSendersetRoutingSender(BlendingSender routingSender) Specifies the router sender.Methods inherited from class net.messagevortex.AbstractDaemon
shutdownDaemon, startDaemon, stopDaemon
-
Constructor Details
-
MessageVortexRouting
-
-
Method Details
-
getRoutingSender
-
setRoutingSender
Specifies the router sender.
- Parameters:
routingSender- the sender to be set- Returns:
- the previously set sender
-
getAccountant
-
setAccountant
Specifies the accounting layer to be used.
- Parameters:
accountant- the accounting layer to be set- Returns:
- the previously set accounting layer
-
gotMessage
Description copied from interface:BlendingReceiverThis Method is called by the Blending layer if a vmessage has been extracted.
- Specified by:
gotMessagein interfaceBlendingReceiver- Parameters:
message- the vortex message to be processed- Returns:
- true if processing was successful
-