套件 | mx.data |
類別 | public class MessagingDataServiceAdapter |
繼承 | MessagingDataServiceAdapter DataServiceAdapter Object |
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
asyncRequest : AsyncRequest [覆寫] [唯讀]
Contains an AsyncRequest object that is used to handle
all DataService operations. | MessagingDataServiceAdapter | ||
connected : Boolean [覆寫] [唯讀]
Indicates whether this MessageAgent is currently connected to its
destination via its ChannelSet. | MessagingDataServiceAdapter | ||
constructor : Object
類別物件的參照或是特定物件實體的建構函數。 | Object | ||
dataStore : DataStore
Contains an object of type mx.data.DataStore. | DataServiceAdapter | ||
serializeAssociations : Boolean [唯讀]
If true then Data Management Service wraps the items into a serialization
descriptor which excludes the associations. | DataServiceAdapter | ||
throwUnhandledFaults : Boolean [唯讀]
If true then the data manager throw an error
if there is a fault with no listeners on the data manager. | DataServiceAdapter |
公用方法
方法 | 定義自 | ||
---|---|---|---|
Constructs a messaging data service adapter. | MessagingDataServiceAdapter | ||
[覆寫]
Finds the data manager for a specified destination. | MessagingDataServiceAdapter | ||
Looks up an associated data service adapter. | DataServiceAdapter | ||
指出物件是否有已定義的指定屬性。 | Object | ||
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。 | Object | ||
指出指定的屬性是否存在,以及是否可列舉。 | Object | ||
為迴圈作業設定動態屬性的可用性。 | Object | ||
傳回代表此物件的字串,根據地區特定慣例進行格式化。 | Object | ||
會傳回指定之物件的字串形式。 | Object | ||
會傳回指定之物件的基本值。 | Object |
屬性詳細資訊
asyncRequest | 屬性 |
asyncRequest:AsyncRequest
[唯讀] [覆寫] 語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
執行階段版本: | 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.
實作
override public function get asyncRequest():AsyncRequest
connected | 屬性 |
connected:Boolean
[唯讀] [覆寫] 語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
執行階段版本: | 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.
實作
override public function get connected():Boolean
建構函式詳細資料
MessagingDataServiceAdapter | () | 建構函式 |
public function MessagingDataServiceAdapter(rootDestination:String, dataStore:DataStore)
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Constructs a messaging data service adapter.
參數rootDestination:String — name of LCDS destination.
| |
dataStore:DataStore — data store for this data service adapter.
|
方法詳細資訊
getDataManager | () | 方法 |
override public function getDataManager(destination:String):DataManager
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Finds the data manager for a specified destination.
參數
destination:String — The destination.
|
DataManager — The DataManager object for the destination.
|
Tue Jun 12 2018, 03:47 PM Z