Serialized Form


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

log

org.apache.commons.logging.Log log

Class org.apache.sandesha2.handlers.SandeshaInHandler extends org.apache.axis2.handlers.AbstractHandler implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log

Class org.apache.sandesha2.handlers.SandeshaOutHandler extends org.apache.axis2.handlers.AbstractHandler implements Serializable

Serialized Fields

log

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

internalSequenceId

java.lang.String internalSequenceId
Comment for 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.


CreateSeqMsgId

java.lang.String CreateSeqMsgId
Comment for CreateSeqMsgId This is the message ID of the create sequence message.


SequenceId

java.lang.String SequenceId
Comment for 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

Key

java.lang.String Key
Comment for Key This is the key that is obtained after saving a message context in a storage.


MsgNo

long MsgNo
Comment for MsgNo The message number of the message.


sequenceId

java.lang.String sequenceId
Comment for sequenceId The sequence ID of the sequence the message belong to.


invoked

boolean invoked
Comment for 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

SequenceId

java.lang.String SequenceId
Comment for SequenceId The sequenceID of the representing sequence.


NextMsgNoToProcess

long NextMsgNoToProcess
Comment for 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

messageId

java.lang.String messageId
Comment for messageId The message id of the representing message.


key

java.lang.String key
Comment for key Key retrieved by the storage mechanism after storing the message.


Send

boolean Send
Comment for Send The sender will not send the message unless this property is true.


internalSequenceId

java.lang.String internalSequenceId
Comment for internalSequenceId Please see the comment of CreateSeqBean.


sentCount

int sentCount
Comment for sentCount The number of times current message has been sent.


messageNumber

long messageNumber
Comment for messageNumber The message number of the current message.


reSend

boolean reSend
Comment for reSend If this property if false. The message has to be sent only once. The entry has to be deleted after sending.


timeToSend

long timeToSend
Comment for timeToSend Message has to be sent only after this time.


messagetype

int messagetype
Comment for 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

sequenceId

java.lang.String sequenceId
Comment for sequenceId Sequence ID of the sequence this property belong to.


name

java.lang.String name
Comment for name The name of the property. Possible names are given in the Sandesha2Constants.SequenceProperties interface.


value

java.lang.Object value
Comment for value The value of the property.



Copyright © 2005 Apache Web Services. All Rights Reserved.