Package | mx.rpc |
Class | public class AsyncRequest |
Inheritance | AsyncRequest ![]() ![]() ![]() ![]() ![]() |
Method | Defined By | ||
---|---|---|---|
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
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event.
| EventDispatcher | |
![]() |
Handles a CONNECT ChannelEvent.
| MessageAgent | |
![]() |
Handles a DISCONNECT ChannelEvent.
| MessageAgent | |
![]() |
Handles a ChannelFaultEvent.
| MessageAgent | |
![]() |
Connects the Producer to its target destination.
| AbstractProducer | |
![]() |
Disconnects the Producer from its remote destination.
| AbstractProducer | |
![]() |
Dispatches an event into the event flow.
| EventDispatcher | |
![]() |
Invoked by a MessageResponder upon receiving a fault for a sent message.
| MessageAgent | |
![]() |
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event.
| EventDispatcher | |
![]() |
Indicates whether an object has a specified property defined.
| Object | |
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 | ||
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter.
| Object | |
![]() |
Logs the MessageAgent out from its remote destination.
| MessageAgent | |
![]() |
Indicates whether the specified property exists and is enumerable.
| Object | |
![]() |
Removes a listener from the EventDispatcher object.
| EventDispatcher | |
![]() |
Sends the specified message to its destination.
| AbstractProducer | |
![]() |
Sets the credentials that the MessageAgent uses to authenticate to
destinations.
| MessageAgent | |
![]() |
Sets the availability of a dynamic property for loop operations.
| Object | |
![]() |
Sets the remote credentials that will be passed through to the remote destination
for authenticating to secondary systems.
| MessageAgent | |
![]() |
Returns the string representation of the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object | |
![]() |
Checks whether an event listener is registered with this EventDispatcher object or any of
its ancestors for the specified event type.
| EventDispatcher |
AsyncRequest | () | Constructor |
public function AsyncRequest()
Constructs a new asynchronous request.
hasPendingRequestForMessage | () | method |
public override function hasPendingRequestForMessage(msg:IMessage):Boolean
Returns true if there are any pending requests for the passed in message.
Parameters
msg:IMessage — The message for which the existence of pending requests is checked.
|
Boolean |
invoke | () | method |
public function invoke(msg:IMessage, responder:IResponder):void
Dispatches the asynchronous request and stores the responder to call later.
Parameters
msg:IMessage |
|
responder:IResponder |