Pacote | mx.rpc |
Classe | public class AsyncRequest |
Herança | AsyncRequest Producer AbstractProducer MessageAgent EventDispatcher Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Propriedades públicas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructs a new asynchronous request. | AsyncRequest | ||
Invoked by a MessageResponder upon receiving a result for a sent
message. | MessageAgent | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra um objeto de ouvinte de evento em um objeto EventDispatcher, de forma que o ouvinte receba a notificação de um evento. | EventDispatcher | ||
Handles a CONNECT ChannelEvent. | MessageAgent | ||
Handles a DISCONNECT ChannelEvent. | MessageAgent | ||
Handles a ChannelFaultEvent. | MessageAgent | ||
Connects the Producer to its target destination. | AbstractProducer | ||
[substituir]
Disconnects the Producer from its remote destination. | AbstractProducer | ||
Envia um evento para o fluxo de eventos. | EventDispatcher | ||
Invoked by a MessageResponder upon receiving a fault for a sent message. | MessageAgent | ||
Verifica se o objeto EventDispatcher tem ouvintes registrados para um tipo específico de evento. | EventDispatcher | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
[substituir]
Returns true if there are any pending requests for the passed in message. | AsyncRequest | ||
Called after the implementing object has been created
and all properties specified on the tag have been assigned. | MessageAgent | ||
Dispatches the asynchronous request and stores the responder to call
later. | AsyncRequest | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Logs the MessageAgent out from its remote destination. | MessageAgent | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Remove um ouvinte do objeto EventDispatcher. | EventDispatcher | ||
Sends the specified message to its destination. | AbstractProducer | ||
Sets the credentials that the MessageAgent uses to authenticate to
destinations. | MessageAgent | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Sets the remote credentials that will be passed through to the remote destination
for authenticating to secondary systems. | MessageAgent | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object | ||
Verifica se um ouvinte de evento está registrado nesse objeto EventDispatcher ou em qualquer um de seus ancestrais para o tipo de evento especificado. | EventDispatcher |
Métodos protegidos
Eventos
Constantes públicas
Detalhes do construtor
AsyncRequest | () | Construtor |
public function AsyncRequest()
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Constructs a new asynchronous request.
Detalhes do método
hasPendingRequestForMessage | () | método |
override public function hasPendingRequestForMessage(msg:IMessage):Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Returns true
if there are any pending requests for the passed in message.
Parâmetros
msg:IMessage — The message for which the existence of pending requests is checked.
|
Boolean — Returns true if there are any pending requests for the
passed in message; otherwise, returns false .
|
invoke | () | método |
public function invoke(msg:IMessage, responder:IResponder):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Dispatches the asynchronous request and stores the responder to call later.
Parâmetros
msg:IMessage — The message to be sent asynchronously.
| |
responder:IResponder — The responder to be called later.
|
Wed Jun 13 2018, 11:10 AM Z