| Pacchetto | mx.messaging.messages |
| Classe | public class RemotingMessage |
| Ereditarietà | RemotingMessage AbstractMessage Object |
| Versione linguaggio: | ActionScript 3.0 |
| Versioni prodotto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services per Java EE 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
operation property to specify which
method to call on the remote object.
The destination property indicates what object/service should be
used.
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 | |
![]() | destination : String
The message destination. | AbstractMessage | |
![]() | 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 | |
| operation : String
Provides access to the name of the remote method/operation that
should be called. | RemotingMessage | ||
| source : String
This property is provided for backwards compatibility. | RemotingMessage | ||
![]() | 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 | ||
|---|---|---|---|
Constructs an uninitialized RemotingMessage. | RemotingMessage | ||
![]() |
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à
operation | proprietà |
public var operation:String| Versione linguaggio: | ActionScript 3.0 |
| Versioni prodotto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services per Java EE 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Provides access to the name of the remote method/operation that should be called.
source | proprietà |
public var source:String| Versione linguaggio: | ActionScript 3.0 |
| Versioni prodotto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services per Java EE 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
This property is provided for backwards compatibility. The best practice, however, is to not expose the underlying source of a RemoteObject destination on the client and only one source to a destination. Some types of Remoting Services may even ignore this property for security reasons.
Descrizione della funzione di costruzione
RemotingMessage | () | Funzione di costruzione |
public function RemotingMessage()| Versione linguaggio: | ActionScript 3.0 |
| Versioni prodotto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services per Java EE 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Constructs an uninitialized RemotingMessage.
Tue Jun 12 2018, 02:44 PM Z
Nascondi proprietà pubbliche ereditate
Mostra proprietà pubbliche ereditate