|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteneter.messaging.messagingsystems.composites.monitoredmessagingcomposit.MonitorChannelMessage
public class MonitorChannelMessage
Internal message used for the communication between output and input channels in monitored messaging.
Field Summary | |
---|---|
java.lang.Object |
MessageContent
Serialized data message. |
MonitorChannelMessageType |
MessageType
Type of the message. |
Constructor Summary | |
---|---|
MonitorChannelMessage()
Constructs the message. |
|
MonitorChannelMessage(MonitorChannelMessageType messageType,
java.lang.Object messageContent)
Constructs the message from specified parameters. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public MonitorChannelMessageType MessageType
public java.lang.Object MessageContent
Constructor Detail |
---|
public MonitorChannelMessage()
public MonitorChannelMessage(MonitorChannelMessageType messageType, java.lang.Object messageContent)
messageType
- type of the message, ping or regular messagemessageContent
- message content, in case of ping this parameter is not used
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |