Pakiet | mx.data |
Klasa | public class MessagingDataServiceAdapter |
Dziedziczenie | MessagingDataServiceAdapter DataServiceAdapter Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
asyncRequest : AsyncRequest [przesłanianie] [tylko do odczytu]
Contains an AsyncRequest object that is used to handle
all DataService operations. | MessagingDataServiceAdapter | ||
connected : Boolean [przesłanianie] [tylko do odczytu]
Indicates whether this MessageAgent is currently connected to its
destination via its ChannelSet. | MessagingDataServiceAdapter | ||
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
dataStore : DataStore
Contains an object of type mx.data.DataStore. | DataServiceAdapter | ||
serializeAssociations : Boolean [tylko do odczytu]
If true then Data Management Service wraps the items into a serialization
descriptor which excludes the associations. | DataServiceAdapter | ||
throwUnhandledFaults : Boolean [tylko do odczytu]
If true then the data manager throw an error
if there is a fault with no listeners on the data manager. | DataServiceAdapter |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructs a messaging data service adapter. | MessagingDataServiceAdapter | ||
[przesłanianie]
Finds the data manager for a specified destination. | MessagingDataServiceAdapter | ||
Looks up an associated data service adapter. | DataServiceAdapter | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Szczegół właściwości
asyncRequest | właściwość |
asyncRequest:AsyncRequest
[tylko do odczytu] [przesłanianie] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | 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.
Implementacja
override public function get asyncRequest():AsyncRequest
connected | właściwość |
connected:Boolean
[tylko do odczytu] [przesłanianie] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | 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.
Implementacja
override public function get connected():Boolean
Konstruktor Szczegół
MessagingDataServiceAdapter | () | Konstruktor |
public function MessagingDataServiceAdapter(rootDestination:String, dataStore:DataStore)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Constructs a messaging data service adapter.
ParametryrootDestination:String — name of LCDS destination.
| |
dataStore:DataStore — data store for this data service adapter.
|
Szczegół metody
getDataManager | () | metoda |
override public function getDataManager(destination:String):DataManager
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Finds the data manager for a specified destination.
Parametry
destination:String — The destination.
|
DataManager — The DataManager object for the destination.
|
Tue Jun 12 2018, 12:06 PM Z