|
|||||||||||
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 |
Class org.apache.sandesha2.handlers.SandeshaInHandler extends org.apache.axis2.handlers.AbstractHandler implements Serializable |
Class org.apache.sandesha2.handlers.SandeshaOutHandler extends org.apache.axis2.handlers.AbstractHandler implements Serializable |
Package org.apache.sandesha2.storage |
Class org.apache.sandesha2.storage.SandeshaStorageException extends SandeshaException implements Serializable |
Package org.apache.sandesha2.storage.beans |
Class org.apache.sandesha2.storage.beans.CreateSeqBean extends RMBean 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 RMBean implements Serializable |
Serialized Fields |
java.lang.String messageContextRefKey
messageContextRefKey
This is the messageContextRefKey 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 RMBean 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.RMBean extends java.lang.Object implements Serializable |
Serialized Fields |
long id
Class org.apache.sandesha2.storage.beans.SenderBean extends RMBean implements Serializable |
Serialized Fields |
java.lang.String messageID
messageID
The message id of the representing message.
java.lang.String messageContextRefKey
messageContextRefKey
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.
java.lang.String sequenceID
Class org.apache.sandesha2.storage.beans.SequencePropertyBean extends RMBean 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.String value
value
The value of the property.
Package org.apache.sandesha2.transport |
Class org.apache.sandesha2.transport.Sandesha2TransportSender extends java.lang.Object implements Serializable |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |