Pacchetto | mx.data |
Classe | public class MessagingDataServiceAdapter |
Ereditarietà | MessagingDataServiceAdapter DataServiceAdapter Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
asyncRequest : AsyncRequest [override] [sola lettura]
Contains an AsyncRequest object that is used to handle
all DataService operations. | MessagingDataServiceAdapter | ||
connected : Boolean [override] [sola lettura]
Indicates whether this MessageAgent is currently connected to its
destination via its ChannelSet. | MessagingDataServiceAdapter | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
dataStore : DataStore
Contains an object of type mx.data.DataStore. | DataServiceAdapter | ||
serializeAssociations : Boolean [sola lettura]
If true then Data Management Service wraps the items into a serialization
descriptor which excludes the associations. | DataServiceAdapter | ||
throwUnhandledFaults : Boolean [sola lettura]
If true then the data manager throw an error
if there is a fault with no listeners on the data manager. | DataServiceAdapter |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructs a messaging data service adapter. | MessagingDataServiceAdapter | ||
[override]
Finds the data manager for a specified destination. | MessagingDataServiceAdapter | ||
Looks up an associated data service adapter. | DataServiceAdapter | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
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 | ||
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 |
Descrizione delle proprietà
asyncRequest | proprietà |
asyncRequest:AsyncRequest
[sola lettura] [override] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni 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.
Implementazione
override public function get asyncRequest():AsyncRequest
connected | proprietà |
connected:Boolean
[sola lettura] [override] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni 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.
Implementazione
override public function get connected():Boolean
Descrizione della funzione di costruzione
MessagingDataServiceAdapter | () | Funzione di costruzione |
public function MessagingDataServiceAdapter(rootDestination:String, dataStore:DataStore)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Constructs a messaging data service adapter.
ParametrirootDestination:String — name of LCDS destination.
| |
dataStore:DataStore — data store for this data service adapter.
|
Descrizione dei metodi
getDataManager | () | metodo |
override public function getDataManager(destination:String):DataManager
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Finds the data manager for a specified destination.
Parametri
destination:String — The destination.
|
DataManager — The DataManager object for the destination.
|
Tue Jun 12 2018, 02:44 PM Z