Pacchetto | mx.data.messages |
Classe | public class SequencedMessage |
Ereditarietà | SequencedMessage AcknowledgeMessage AsyncMessage AbstractMessage Object |
Sottoclassi | PagedMessage |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | 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.
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
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
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | 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 |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Creates a new instance of an empty SequencedMessage. | SequencedMessage | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Returns a string representation of the message. | AbstractMessage | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Costanti pubbliche
Descrizione delle proprietà
dynamicSizing | proprietà |
public var dynamicSizing:int
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
1 denotes that this sequence is dynamically sized; 0 denotes that its not
sequenceId | proprietà |
public var sequenceId:int
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | 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 | proprietà |
public var sequenceSize:int
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | 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.
Descrizione della funzione di costruzione
SequencedMessage | () | Funzione di costruzione |
public function SequencedMessage()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Creates a new instance of an empty SequencedMessage.
Tue Jun 12 2018, 02:44 PM Z