Serialized Form
Package guarana.framework.message |
serialVersionUID: 1L
extraAttributes
Map<K,V> extraAttributes
parents
Set<E> parents
correlationIDSet
LinkedList<E> correlationIDSet
sequenceSizeSet
LinkedList<E> sequenceSizeSet
sequenceNumberSet
LinkedList<E> sequenceNumberSet
MESSAGE_ID
String MESSAGE_ID
- The message ID. It is automatically generated using the UUDI class and has the following format:
4190888b-fe50-42d6-83d9-4b6241d92920
(an example of message ID).
TYPE
MessageType TYPE
- The type which describes the 'intention' of this message.
- See Also:
MessageType
PRIORITY
MessagePriority PRIORITY
- Establishes the priority of this message.
- See Also:
MessagePriority
SEQUENCE_SIZE
int SEQUENCE_SIZE
- The total number of child messages from a split parent message into a sequence of messages.
SEQUENCE_NUMBER
int SEQUENCE_NUMBER
- The number which identifies the child message within a sequence.
CORRELATION_ID
String CORRELATION_ID
- The universal identifier that indicates to which request message a reply is for.
This is an Integration Pattern implementation
Problem: How does a requestor that has received a reply know which request this is the reply for?
Solution: Each reply message should contain a Correlation Identifier, a unique identifier that indicates
which request message this reply is for.
- See Also:
- Correlation Identifier
RETURN_ADDRESS
String RETURN_ADDRESS
- Identifier that indicates where to deliver the reply message.
This is an Integration Pattern implementation
Problem: How does a replier know where to send the reply?
Solution: The request message should contain a Return Address that indicates where to send the reply message.
- See Also:
- Return Address
EXPIRATION_DATE
long EXPIRATION_DATE
- The date when the message expires, potentially turning it into an 'invalid' message.
serialVersionUID: 1L
header
Header header
body
Object body
attachments
Map<K,V> attachments
serialVersionUID: 1L
ID
String ID
ancestors
Set<E> ancestors
Package guarana.framework.task |
Package guarana.toolkit.adapter |
serialVersionUID: 1L
Package guarana.toolkit.adapter.proxy |
serialVersionUID: 1L
id
String id
result
Message<T> result
isDone
boolean isDone
host
String host
port
int port
Package guarana.toolkit.engine |
serialVersionUID: 1L
mustStop
boolean mustStop
numberOfWaitingThreads
int numberOfWaitingThreads
numberOfWorkUnitsProcessed
long numberOfWorkUnitsProcessed
Package guarana.toolkit.task.streamdealers.ciphers |
Package guarana.toolkit.task.streamdealers.codecs |
Package guarana.toolkit.task.streamdealers.compressors |
Guaranį DSL Home