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

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

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 RMBean implements Serializable

Serialized Fields

messageContextRefKey

java.lang.String messageContextRefKey
Comment for messageContextRefKey This is the messageContextRefKey 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 RMBean 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.RMBean extends java.lang.Object implements Serializable

Serialized Fields

id

long id

Class org.apache.sandesha2.storage.beans.SenderBean extends RMBean implements Serializable

Serialized Fields

messageID

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


messageContextRefKey

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


sequenceID

java.lang.String sequenceID
The sequenceID of the sequence this message belong to. this may be null for some messages (e.g. create sequence);

Class org.apache.sandesha2.storage.beans.SequencePropertyBean extends RMBean 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.String value
Comment for value The value of the property.


Package org.apache.sandesha2.transport

Class org.apache.sandesha2.transport.Sandesha2TransportSender extends java.lang.Object implements Serializable



Copyright © 2005-2006 Apache Web Services. All Rights Reserved.