public class MessageBF_DTO
extends Object
representation of a message on the wire of the message pool API
-
Field Summary
Fields
byte[]
id of the channel to which this message belongs
The message id this message was generated (copied or converted) from.
id of group where message belongs to. messages belonging to the same group
must be delivered in the order in which they were sent
message property to transfer this information savely through pool
the type of the message (freely definable)
logical name or description of originator of the message
the target of the message (=next destination)
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
MSG_TARGET
public static final String MSG_TARGET
the target of the message (=next destination)
- See Also:
-
-
MSG_CHANNEL_ID
public static final String MSG_CHANNEL_ID
id of the channel to which this message belongs
- See Also:
-
-
MSG_ORIGIN
public static final String MSG_ORIGIN
logical name or description of originator of the message
- See Also:
-
-
MSG_GENERATED_FROM_ID
public static final String MSG_GENERATED_FROM_ID
The message id this message was generated (copied or converted) from.
- See Also:
-
-
MSG_INCOMING_BF_ORIGIN
public static final String MSG_INCOMING_BF_ORIGIN
message property to transfer this information savely through pool
- See Also:
-
-
MSG_MESSAGE_TYPE
public static final String MSG_MESSAGE_TYPE
the type of the message (freely definable)
- See Also:
-
-
MSG_PRIORITY
public static final String MSG_PRIORITY
priority of the message. @see IAbstractMessage#getPriority()
- See Also:
-
-
MSG_GROUP_ID
public static final String MSG_GROUP_ID
id of group where message belongs to. messages belonging to the same group
must be delivered in the order in which they were sent
- See Also:
-
-
-
-
-
content
public byte[] content
-
Constructor Details
-
MessageBF_DTO
public MessageBF_DTO()