Paket | mx.data.messages |
Klass | public class SequencedMessage |
Arv | SequencedMessage AcknowledgeMessage AsyncMessage AbstractMessage Object |
Underklasser | PagedMessage |
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
DataService.fill()
request.
The body
of the message is an Array of items that were returned
from the remote destination based on the fill parameters.
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
body : Object
The body of a message contains the specific data that needs to be
delivered to the remote destination. | AbstractMessage | ||
clientId : String
The clientId indicates which MessageAgent sent the message. | AbstractMessage | ||
constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | Object | ||
correlationId : String
Provides access to the correlation id of the message. | AsyncMessage | ||
destination : String
The message destination. | AbstractMessage | ||
dynamicSizing : int
1 denotes that this sequence is dynamically sized; 0 denotes that its not
| SequencedMessage | ||
headers : Object
The headers of a message are an associative array where the key is the
header name and the value is the header value. | AbstractMessage | ||
messageId : String
The unique id for the message. | AbstractMessage | ||
sequenceId : int
Provides access to the sequence id for this message. | SequencedMessage | ||
sequenceSize : int
Provides access to the sequence size for this message. | SequencedMessage | ||
timestamp : Number
Provides access to the time stamp for the message. | AbstractMessage | ||
timeToLive : Number
The time to live value of a message indicates how long the message
should be considered valid and deliverable. | AbstractMessage |
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
Creates a new instance of an empty SequencedMessage. | SequencedMessage | ||
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
Returns a string representation of the message. | AbstractMessage | ||
Returnerar det angivna objektets primitiva värde. | Object |
Publika konstanter
Egenskapsdetaljer
dynamicSizing | egenskap |
public var dynamicSizing:int
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
1 denotes that this sequence is dynamically sized; 0 denotes that its not
sequenceId | egenskap |
public var sequenceId:int
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
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 | egenskap |
public var sequenceSize:int
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Provides access to the sequence size for this message. The sequence size indicates how many items reside in the remote sequence.
Konstruktordetaljer
SequencedMessage | () | Konstruktor |
public function SequencedMessage()
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Creates a new instance of an empty SequencedMessage.
Tue Jun 12 2018, 01:40 PM Z