Paket | mx.data |
Sınıf | public class MessagingDataServiceAdapter |
Miras Alma | MessagingDataServiceAdapter DataServiceAdapter Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
asyncRequest : AsyncRequest [geçersiz kıl] [salt okunur]
Contains an AsyncRequest object that is used to handle
all DataService operations. | MessagingDataServiceAdapter | ||
connected : Boolean [geçersiz kıl] [salt okunur]
Indicates whether this MessageAgent is currently connected to its
destination via its ChannelSet. | MessagingDataServiceAdapter | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
dataStore : DataStore
Contains an object of type mx.data.DataStore. | DataServiceAdapter | ||
serializeAssociations : Boolean [salt okunur]
If true then Data Management Service wraps the items into a serialization
descriptor which excludes the associations. | DataServiceAdapter | ||
throwUnhandledFaults : Boolean [salt okunur]
If true then the data manager throw an error
if there is a fault with no listeners on the data manager. | DataServiceAdapter |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructs a messaging data service adapter. | MessagingDataServiceAdapter | ||
[geçersiz kıl]
Finds the data manager for a specified destination. | MessagingDataServiceAdapter | ||
Looks up an associated data service adapter. | DataServiceAdapter | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Özellik Ayrıntısı
asyncRequest | özellik |
asyncRequest:AsyncRequest
[salt okunur] [geçersiz kıl] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Çalışma Zamanı Sürümleri: | 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.
Uygulama
override public function get asyncRequest():AsyncRequest
connected | özellik |
connected:Boolean
[salt okunur] [geçersiz kıl] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Çalışma Zamanı Sürümleri: | 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.
Uygulama
override public function get connected():Boolean
Yapıcı Ayrıntı
MessagingDataServiceAdapter | () | Yapıcı |
public function MessagingDataServiceAdapter(rootDestination:String, dataStore:DataStore)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Constructs a messaging data service adapter.
ParametrelerrootDestination:String — name of LCDS destination.
| |
dataStore:DataStore — data store for this data service adapter.
|
Yöntem Ayrıntısı
getDataManager | () | yöntem |
override public function getDataManager(destination:String):DataManager
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Finds the data manager for a specified destination.
Parametreler
destination:String — The destination.
|
DataManager — The DataManager object for the destination.
|
Tue Jun 12 2018, 01:09 PM Z