| Pakket | com.adobe.solutions.rca.services.impl |
| Klasse | public class CacheToken |
| Overerving | CacheToken AsyncToken EventDispatcher Object |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10.0 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Openbare eigenschappen
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
| cache : Object
An instance of Cache in which the value is looked for. | CacheToken | ||
![]() | constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | |
| key : String
Key that is looked up in the cache. | CacheToken | ||
![]() | message : IMessage [alleen-lezen]
Provides access to the associated message. | AsyncToken | |
![]() | responders : Array [alleen-lezen]
An array of IResponder handlers that will be called when
the asynchronous request completes. | AsyncToken | |
![]() | result : Object [alleen-lezen]
The result that was returned by the associated RPC call. | AsyncToken | |
Openbare methoden
| Methode | Gedefinieerd door | ||
|---|---|---|---|
CacheToken(message:IMessage = null)
The constructor for CacheToken class. | CacheToken | ||
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registreert een gebeurtenislistenerobject bij een object EventDispatcher, zodat de listener een melding van een gebeurtenis ontvangt. | EventDispatcher | |
![]() |
Adds a responder to an Array of responders. | AsyncToken | |
![]() |
Verzendt een gebeurtenis naar de gebeurtenisstroom. | EventDispatcher | |
![]() |
Controleert of het object EventDispatcher listeners heeft geregistreerd voor een specifiek type gebeurtenis. | EventDispatcher | |
![]() |
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | |
![]() |
Determines if this token has at least one mx.rpc.IResponder registered. | AsyncToken | |
![]() |
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | |
![]() |
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | |
![]() |
Verwijdert een listener uit het object EventDispatcher. | EventDispatcher | |
![]() |
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | |
![]() |
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | |
![]() |
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | |
![]() |
Retourneert de primitieve waarde van het opgegeven object. | Object | |
![]() |
Controleert of een gebeurtenislistener is geregistreerd bij dit object EventDispatcher of een van de voorouders voor het opgegeven type gebeurtenis. | EventDispatcher | |
Gebeurtenissen
Openbare constanten
| Constante | Gedefinieerd door | ||
|---|---|---|---|
| ERROR_STATE : String = "ERROR_STATE" [statisch]
This property denotes that the token is in an error state. | CacheToken | ||
| WAIT_STATE : String = "WAIT_STATE" [statisch]
This property denotes that the token is currently waiting for a remote object to return the response. | CacheToken | ||
Eigenschapdetails
cache | eigenschap |
cache:Object| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10.0 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
An instance of Cache in which the value is looked for.
Implementatie
public function get cache():Object public function set cache(value:Object):voidkey | eigenschap |
Constructordetails
CacheToken | () | Constructor |
public function CacheToken(message:IMessage = null)| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10.0 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The constructor for CacheToken class.
message:IMessage (default = null) — The message with which the token is associated.
|
Constantedetails
ERROR_STATE | Constante |
public static const ERROR_STATE:String = "ERROR_STATE"| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10.0 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This property denotes that the token is in an error state.
WAIT_STATE | Constante |
public static const WAIT_STATE:String = "WAIT_STATE"| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10.0 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This property denotes that the token is currently waiting for a remote object to return the response.
Wed Jun 13 2018, 11:42 AM Z
Overerfde openbare eigenschappen verbergen
Overerfde openbare eigenschappen weergeven