Serialized Form


Package org.apache.sandesha2

Class org.apache.sandesha2.SandeshaException extends org.apache.axis2.AxisFault implements Serializable

serialVersionUID: 730653663339985226l


Package org.apache.sandesha2.storage

Class org.apache.sandesha2.storage.SandeshaStorageException extends SandeshaException implements Serializable

serialVersionUID: -8620608387173070005l


Package org.apache.sandesha2.storage.beans

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

serialVersionUID: -7839397509697276257l

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.RMBean extends java.lang.Object implements Serializable

Serialized Fields

id

long id

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

serialVersionUID: -2976123838615087562l

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.


pollingMode

boolean pollingMode
This tells weather this sequence is in the polling mode or not. PollingManager will use this property decide the sequences that need polling and will do MakeConnections on them.


referenceMessageKey

java.lang.String referenceMessageKey
This will be used as a referenced

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

serialVersionUID: 7051201094510208784l

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.


securityTokenData

java.lang.String securityTokenData
Comment for securityTokenData This is the security token data needed to reconstruct the token that secures this sequence.


createSequenceMsgStoreKey

java.lang.String createSequenceMsgStoreKey
The key that is used to store the CreateSequence message in the Message Storage. This is stored here, so that the CreateSequence message can be used as a reference when Sandesha want the generate new messages. (e.g. MakeConnection)


referenceMessageStoreKey

java.lang.String referenceMessageStoreKey
This is stored here, so that the message pointed by this can be used as a reference when Sandesha want the generate new messages. (e.g. MakeConnection). Create sequence message could not be used here since it may be subjected to things like encryption.

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

serialVersionUID: 5776347847725156786l

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);


wsrmAnonURI

java.lang.String wsrmAnonURI
TODO use the value in CreateSequenceBean.


toAddress

java.lang.String toAddress
Destination URL of the message to be sent. This can be used to decide weather the message cannot be sent, before actyally reading the message from the storage.

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

serialVersionUID: 8266532177909565832l

Serialized Fields

sequencePropertyKey

java.lang.String sequencePropertyKey
Comment for sequencePropertyKey The key used to store properties of this sequence. The value depends on the endpoint as given below. RMS (sending side) - internalSequenceId RMD - sequenceId


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.



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