Pacote | com.adobe.solutions.rca.services.impl |
Classe | public class CacheToken |
Herança | CacheToken AsyncToken EventDispatcher Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
cache : Object
An instance of Cache in which the value is looked for. | CacheToken | ||
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
key : String
Key that is looked up in the cache. | CacheToken | ||
message : IMessage [somente leitura]
Provides access to the associated message. | AsyncToken | ||
responders : Array [somente leitura]
An array of IResponder handlers that will be called when
the asynchronous request completes. | AsyncToken | ||
result : Object [somente leitura]
The result that was returned by the associated RPC call. | AsyncToken |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
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 um objeto de ouvinte de evento em um objeto EventDispatcher, de forma que o ouvinte receba a notificação de um evento. | EventDispatcher | ||
Adds a responder to an Array of responders. | AsyncToken | ||
Envia um evento para o fluxo de eventos. | EventDispatcher | ||
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 | ||
Determines if this token has at least one mx.rpc.IResponder registered. | AsyncToken | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Remove um ouvinte do objeto EventDispatcher. | EventDispatcher | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
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 |
Eventos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
ERROR_STATE : String = "ERROR_STATE" [estático]
This property denotes that the token is in an error state. | CacheToken | ||
WAIT_STATE : String = "WAIT_STATE" [estático]
This property denotes that the token is currently waiting for a remote object to return the response. | CacheToken |
Detalhes da propriedade
cache | propriedade |
cache:Object
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
An instance of Cache
in which the value is looked for.
Implementação
public function get cache():Object
public function set cache(value:Object):void
key | propriedade |
key:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Key that is looked up in the cache.
Implementação
public function get key():String
public function set key(value:String):void
Detalhes do construtor
CacheToken | () | Construtor |
public function CacheToken(message:IMessage = null)
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for CacheToken
class.
message:IMessage (default = null ) — The message with which the token is associated.
|
Detalhes da constante
ERROR_STATE | Constante |
public static const ERROR_STATE:String = "ERROR_STATE"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | 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"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | 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:10 AM Z