| Pacote | mx.data.messages |
| Classe | public class ManagedRemotingMessage |
| Herança | ManagedRemotingMessage AsyncMessage AbstractMessage Object |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 4.6 |
| Versões de runtime: | Flash Player 10.2, AIR 2.6 |
| Propriedade | Definido por | ||
|---|---|---|---|
![]() | 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
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | |
![]() | correlationId : String
Provides access to the correlation id of the message. | AsyncMessage | |
![]() | 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 : uint
Provides access to the operation/command of this message. | ManagedRemotingMessage | ||
| operationMethodName : String
The target method to invoke on the managed remote service. | ManagedRemotingMessage | ||
![]() | 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 | |
| Método | Definido por | ||
|---|---|---|---|
Constructor. | ManagedRemotingMessage | ||
[estático]
Provides a description of the operation specified. | ManagedRemotingMessage | ||
![]() |
Indica se um objeto tem uma propriedade especificada definida. | Object | |
![]() |
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | |
![]() |
Indica se a propriedade especificada existe e é enumerável. | Object | |
![]() |
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | |
![]() |
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | |
![]() |
Returns a string representation of the message. | AbstractMessage | |
![]() |
Retorna o valor primitivo do objeto especificado. | Object | |
| Constante | Definido por | ||
|---|---|---|---|
| CREATE_OPERATION : uint = 0 [estático]
A create operation. | ManagedRemotingMessage | ||
| DELETE_OPERATION : uint = 4 [estático]
A delete operation. | ManagedRemotingMessage | ||
| FILL_ASSOCIATION_OPERATION : uint = 7 [estático]
A fill operation on an association. | ManagedRemotingMessage | ||
| FILL_OPERATION : uint = 1 [estático]
A fill operation. | ManagedRemotingMessage | ||
| FIND_ITEM_OPERATION : uint = 5 [estático]
A fill operation. | ManagedRemotingMessage | ||
| GET_OPERATION : uint = 2 [estático]
A Get operation. | ManagedRemotingMessage | ||
| INCLUDE_OPERATION : uint = 6 [estático]
For simple invocation of a ManagedRemoteService method. | ManagedRemotingMessage | ||
| REMOTE_ALIAS : String = "flex.data.messages.ManagedRemotingMessage" [estático]
Remote alias specifying the fully qualified server side class corresponding
to this class. | ManagedRemotingMessage | ||
| UNKNOWN_OPERATION : uint = 1000 [estático]
Code for an unknown operation type. | ManagedRemotingMessage | ||
| UPDATE_OPERATION : uint = 3 [estático]
An update operation. | ManagedRemotingMessage | ||
operation | propriedade |
public var operation:uint| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 4.6 |
| Versões de runtime: | Flash Player 10.2, AIR 2.6 |
Provides access to the operation/command of this message.
Operations indicate how the remote destination should process this message.
To display a description of operation type use the
getOperationAsString method.
Elementos da API relacionados
operationMethodName | propriedade |
public var operationMethodName:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 4.6 |
| Versões de runtime: | Flash Player 10, AIR 2.6 |
The target method to invoke on the managed remote service.
ManagedRemotingMessage | () | Construtor |
public function ManagedRemotingMessage()| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 4.6 |
| Versões de runtime: | Flash Player 10.2, AIR 2.6 |
Constructor.
getOperationAsString | () | método |
public static function getOperationAsString(op:uint):String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 4.6 |
| Versões de runtime: | Flash Player 10.2, AIR 2.6 |
Provides a description of the operation specified.
This method is used in toString() operations on this message.
Parâmetros
op:uint — The operation.
|
String — A String representation of the operation, or "unknown" if the operation is undefined.
|
Exemplo ( Como usar este exemplo )
var msg:ManagedRemotingMessage = ManagedRemotingMessage(event.message);
trace("Current operation -'"+
ManagedRemotingMessage.getOperationAsString(msg.operation)+ "'.");
CREATE_OPERATION | Constante |
public static const CREATE_OPERATION:uint = 0| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 4.6 |
| Versões de runtime: | Flash Player 10.2, AIR 2.6 |
A create operation.
DELETE_OPERATION | Constante |
public static const DELETE_OPERATION:uint = 4| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 4.6 |
| Versões de runtime: | Flash Player 10.2, AIR 2.6 |
A delete operation.
FILL_ASSOCIATION_OPERATION | Constante |
public static const FILL_ASSOCIATION_OPERATION:uint = 7| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 4.6 |
| Versões de runtime: | Flash Player 10.2, AIR 2.6 |
A fill operation on an association. Used on the server only. Managed remoting clients send fill_association messages via a DataMessage to the managed entity destination, not the service destination.
FILL_OPERATION | Constante |
public static const FILL_OPERATION:uint = 1| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 4.6 |
| Versões de runtime: | Flash Player 10.2, AIR 2.6 |
A fill operation. Used on the server only. Managed remoting clients send fill messages via a DataMessage to the managed entity destination, not the service destination.
FIND_ITEM_OPERATION | Constante |
public static const FIND_ITEM_OPERATION:uint = 5| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 4.6 |
| Versões de runtime: | Flash Player 10.2, AIR 2.6 |
A fill operation. Used on the server only. Managed remoting clients send findItem messages via a DataMessage to the managed entity destination, not the service destination.
GET_OPERATION | Constante |
public static const GET_OPERATION:uint = 2| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 4.6 |
| Versões de runtime: | Flash Player 10, AIR 2.6 |
A Get operation. Used on the server only. Managed remoting clients send get messages via a DataMessage to the managed entity destination, not the service destination.
INCLUDE_OPERATION | Constante |
public static const INCLUDE_OPERATION:uint = 6| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 4.6 |
| Versões de runtime: | Flash Player 10.2, AIR 2.6 |
For simple invocation of a ManagedRemoteService method.
REMOTE_ALIAS | Constante |
public static const REMOTE_ALIAS:String = "flex.data.messages.ManagedRemotingMessage"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 4.6 |
| Versões de runtime: | Flash Player 10.2, AIR 2.6 |
Remote alias specifying the fully qualified server side class corresponding to this class.
UNKNOWN_OPERATION | Constante |
public static const UNKNOWN_OPERATION:uint = 1000| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 4.6 |
| Versões de runtime: | Flash Player 10.2, AIR 2.6 |
Code for an unknown operation type.
UPDATE_OPERATION | Constante |
public static const UPDATE_OPERATION:uint = 3| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 4.6 |
| Versões de runtime: | Flash Player 10.2, AIR 2.6 |
An update operation.
Wed Jun 13 2018, 11:10 AM Z
Ocultar propriedades públicas herdadas
Mostrar propriedades públicas herdadas