|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package org.apache.sandesha2 |
Class org.apache.sandesha2.SandeshaException extends org.apache.axis2.AxisFault implements Serializable |
Package org.apache.sandesha2.handlers |
Class org.apache.sandesha2.handlers.SandeshaGlobalInHandler extends org.apache.axis2.handlers.AbstractHandler implements Serializable |
Serialized Fields |
org.apache.commons.logging.Log log
Class org.apache.sandesha2.handlers.SandeshaInHandler extends org.apache.axis2.handlers.AbstractHandler implements Serializable |
Serialized Fields |
org.apache.commons.logging.Log log
Class org.apache.sandesha2.handlers.SandeshaOutHandler extends org.apache.axis2.handlers.AbstractHandler implements Serializable |
Serialized Fields |
org.apache.commons.logging.Log log
Package org.apache.sandesha2.storage.beans |
Class org.apache.sandesha2.storage.beans.CreateSeqBean extends java.lang.Object implements Serializable |
Serialized Fields |
java.lang.String internalSequenceId
internalSequenceId
This property is a unique identifier that can be used to identify the messages of a certain sequence.
This is specially used by the sending side, since sequence id is not available in the begining.
For the client side, indernal sequence id is a concantination of wsa:To and SEQUENCE_KEY (SEQUENCE_KEY can be set as a property).
For the server side, this is the sequenceId of the incoming sequence.
java.lang.String CreateSeqMsgId
CreateSeqMsgId
This is the message ID of the create sequence message.
java.lang.String SequenceId
SequenceId
This is the actual Sequence ID of the sequence.
Class org.apache.sandesha2.storage.beans.InvokerBean extends java.lang.Object implements Serializable |
Serialized Fields |
java.lang.String Key
Key
This is the key that is obtained after saving a message context in a storage.
long MsgNo
MsgNo
The message number of the message.
java.lang.String sequenceId
sequenceId
The sequence ID of the sequence the message belong to.
boolean invoked
invoked
Weather the message has been invoked by the invoker.
Class org.apache.sandesha2.storage.beans.NextMsgBean extends java.lang.Object implements Serializable |
Serialized Fields |
java.lang.String SequenceId
SequenceId
The sequenceID of the representing sequence.
long NextMsgNoToProcess
NextMsgNoToProcess
The next message to be invoked of the representing sequence.
Class org.apache.sandesha2.storage.beans.SenderBean extends java.lang.Object implements Serializable |
Serialized Fields |
java.lang.String messageId
messageId
The message id of the representing message.
java.lang.String key
key
Key retrieved by the storage mechanism after storing the message.
boolean Send
Send
The sender will not send the message unless this property is true.
java.lang.String internalSequenceId
internalSequenceId
Please see the comment of CreateSeqBean.
int sentCount
sentCount
The number of times current message has been sent.
long messageNumber
messageNumber
The message number of the current message.
boolean reSend
reSend
If this property if false. The message has to be sent only once. The entry has to be deleted after sending.
long timeToSend
timeToSend
Message has to be sent only after this time.
int messagetype
messagetype
The type of the current message.
Possible types are given in Sandesha2Constants.MessageTypes interface.
Class org.apache.sandesha2.storage.beans.SequencePropertyBean extends java.lang.Object implements Serializable |
Serialized Fields |
java.lang.String sequenceId
sequenceId
Sequence ID of the sequence this property belong to.
java.lang.String name
name
The name of the property. Possible names are given in the Sandesha2Constants.SequenceProperties interface.
java.lang.Object value
value
The value of the property.
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |