Package | mx.data |
Class | public class AsyncTokenResponder |
Inheritance | AsyncTokenResponder AsyncResponder Object |
Implements | ITokenResponder |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Data Services for Java EE 4.5 |
Runtime Versions: | Flash Player 10.1, AIR 2.0 |
Public Properties
Property | Defined By | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
resultToken : mx.rpc:AsyncToken [read-only]
The AsyncToken for the result. | AsyncTokenResponder |
Public Methods
Method | Defined By | ||
---|---|---|---|
Constructor. | AsyncTokenResponder | ||
This method is called by a service when an error has been received. | AsyncResponder | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
This method is called by a service when the return value has been
received. | AsyncResponder | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Property Detail
resultToken | property |
resultToken:mx.rpc:AsyncToken
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Data Services for Java EE 4.5 |
Runtime Versions: | Flash Player 10.1, AIR 2.0 |
The AsyncToken for the result.
Implementation
public function get resultToken():mx.rpc:AsyncToken
Constructor Detail
AsyncTokenResponder | () | Constructor |
public function AsyncTokenResponder(result:Function, fault:Function, token:mx.rpc:AsyncToken)
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Data Services for Java EE 4.5 |
Runtime Versions: | Flash Player 10.1, AIR 2.0 |
Constructor.
Parametersresult:Function — Function that should be called when the request has
completed successfully.
Must have the following signature:
public function (result:Object, token:Object = null):void; | |
fault:Function — Function that should be called when the request has
completed with errors.
Must have the following signature:
public function (error:FaultEvent, token:Object = null):void; | |
token:mx.rpc:AsyncToken — Additional information to associate with
this request.
|
Thu Dec 6 2018, 01:12 PM -08:00