Pacchetto | com.adobe.solutions.rca.services.impl |
Classe | public class CacheToken |
Ereditarietà | CacheToken AsyncToken EventDispatcher Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
cache : Object
An instance of Cache in which the value is looked for. | CacheToken | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
key : String
Key that is looked up in the cache. | CacheToken | ||
message : IMessage [sola lettura]
Provides access to the associated message. | AsyncToken | ||
responders : Array [sola lettura]
An array of IResponder handlers that will be called when
the asynchronous request completes. | AsyncToken | ||
result : Object [sola lettura]
The result that was returned by the associated RPC call. | AsyncToken |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
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
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. | EventDispatcher | ||
Adds a responder to an Array of responders. | AsyncToken | ||
Invia un evento nel flusso di eventi. | EventDispatcher | ||
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | EventDispatcher | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Determines if this token has at least one mx.rpc.IResponder registered. | AsyncToken | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Rimuove un listener dall'oggetto EventDispatcher. | EventDispatcher | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object | ||
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | EventDispatcher |
Eventi
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
ERROR_STATE : String = "ERROR_STATE" [statico]
This property denotes that the token is in an error state. | CacheToken | ||
WAIT_STATE : String = "WAIT_STATE" [statico]
This property denotes that the token is currently waiting for a remote object to return the response. | CacheToken |
Descrizione delle proprietà
cache | proprietà |
cache:Object
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
An instance of Cache
in which the value is looked for.
Implementazione
public function get cache():Object
public function set cache(value:Object):void
key | proprietà |
key:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Key that is looked up in the cache.
Implementazione
public function get key():String
public function set key(value:String):void
Descrizione della funzione di costruzione
CacheToken | () | Funzione di costruzione |
public function CacheToken(message:IMessage = null)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for CacheToken
class.
message:IMessage (default = null ) — The message with which the token is associated.
|
Descrizione delle costanti
ERROR_STATE | Costante |
public static const ERROR_STATE:String = "ERROR_STATE"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This property denotes that the token is in an error state.
WAIT_STATE | Costante |
public static const WAIT_STATE:String = "WAIT_STATE"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This property denotes that the token is currently waiting for a remote object to return the response.
Tue Jun 12 2018, 02:44 PM Z