Pacote | mx.data |
Classe | public class MessagingDataServiceAdapter |
Herança | MessagingDataServiceAdapter DataServiceAdapter Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
asyncRequest : AsyncRequest [substituir] [somente leitura]
Contains an AsyncRequest object that is used to handle
all DataService operations. | MessagingDataServiceAdapter | ||
connected : Boolean [substituir] [somente leitura]
Indicates whether this MessageAgent is currently connected to its
destination via its ChannelSet. | MessagingDataServiceAdapter | ||
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
dataStore : DataStore
Contains an object of type mx.data.DataStore. | DataServiceAdapter | ||
serializeAssociations : Boolean [somente leitura]
If true then Data Management Service wraps the items into a serialization
descriptor which excludes the associations. | DataServiceAdapter | ||
throwUnhandledFaults : Boolean [somente leitura]
If true then the data manager throw an error
if there is a fault with no listeners on the data manager. | DataServiceAdapter |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructs a messaging data service adapter. | MessagingDataServiceAdapter | ||
[substituir]
Finds the data manager for a specified destination. | MessagingDataServiceAdapter | ||
Looks up an associated data service adapter. | DataServiceAdapter | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
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 | ||
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 |
Detalhes da propriedade
asyncRequest | propriedade |
asyncRequest:AsyncRequest
[somente leitura] [substituir] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Contains an AsyncRequest object that is used to handle
all DataService operations.
By overriding the AsyncRequest.invoke()
method,
you can intercept managed requests. The AsyncRequest class also exposes
the various methods for determining if the service is connected or disconnected.
Implementação
override public function get asyncRequest():AsyncRequest
connected | propriedade |
connected:Boolean
[somente leitura] [substituir] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Indicates whether this MessageAgent is currently connected to its
destination via its ChannelSet. The propertyChange
event is dispatched when
this property changes.
Implementação
override public function get connected():Boolean
Detalhes do construtor
MessagingDataServiceAdapter | () | Construtor |
public function MessagingDataServiceAdapter(rootDestination:String, dataStore:DataStore)
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Constructs a messaging data service adapter.
ParâmetrosrootDestination:String — name of LCDS destination.
| |
dataStore:DataStore — data store for this data service adapter.
|
Detalhes do método
getDataManager | () | método |
override public function getDataManager(destination:String):DataManager
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Finds the data manager for a specified destination.
Parâmetros
destination:String — The destination.
|
DataManager — The DataManager object for the destination.
|
Wed Jun 13 2018, 11:10 AM Z