Package pyamf :: Package flex :: Module data :: Class SequencedMessage
[hide private]
[frames] | no frames]

Class SequencedMessage

source code


Response to DataMessage requests.


See Also: SequencedMessage on Livedocs (external)

Nested Classes [hide private]

Inherited from messaging.AsyncMessage: __amf__

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from messaging.AcknowledgeMessage: __readamf__, __writeamf__, getSmallMessage

Inherited from messaging.AbstractMessage: __repr__, decodeSmallAttribute, encodeSmallAttribute

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables [hide private]

Inherited from messaging.AcknowledgeMessage: ERROR_HINT_HEADER

Inherited from messaging.AsyncMessage: SUBTOPIC_HEADER

Inherited from messaging.AbstractMessage: DESTINATION_CLIENT_ID_HEADER, ENDPOINT_HEADER, REMOTE_CREDENTIALS_HEADER, REQUEST_TIMEOUT_HEADER, SMALL_ATTRIBUTES, SMALL_ATTRIBUTE_FLAGS, SMALL_UUIDS, SMALL_UUID_FLAGS

Instance Variables [hide private]
  sequenceId
Provides access to the sequence id for this message.
  sequenceProxies
  sequenceSize
Provides access to the sequence size for this message.
  dataMessage

Inherited from messaging.AsyncMessage: correlationId

Inherited from messaging.AbstractMessage: body, clientId, destination, headers, messageId, timeToLive, timestamp

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Instance Variable Details [hide private]

sequenceId

Provides access to the sequence id for this message.

The sequence id is a unique identifier for a sequence within a remote destination. This value is only unique for the endpoint and destination contacted.

sequenceSize

Provides access to the sequence size for this message.

The sequence size indicates how many items reside in the remote sequence.