| Pakket | com.adobe.fiber.services.wrapper |
| Klasse | public class DataServiceWrapper |
| Overerving | DataServiceWrapper EventDispatcher Object |
| Implementatie | IMXMLObject |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
| channelSet : ChannelSet
The channelSet property of the wrapped service. | DataServiceWrapper | ||
![]() | constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | |
| destination : String [alleen-lezen]
The destination of the wrapped service. | DataServiceWrapper | ||
| serviceControl : DataService [alleen-lezen]
The wrapped service. | DataServiceWrapper | ||
| Methode | Gedefinieerd door | ||
|---|---|---|---|
DataServiceWrapper(destination:String)
Constructs a wrapper around a DataService for a given destination. | DataServiceWrapper | ||
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registreert een gebeurtenislistenerobject bij een object EventDispatcher, zodat de listener een melding van een gebeurtenis ontvangt. | EventDispatcher | |
![]() |
Verzendt een gebeurtenis naar de gebeurtenisstroom. | EventDispatcher | |
![]() |
Controleert of het object EventDispatcher listeners heeft geregistreerd voor een specifiek type gebeurtenis. | EventDispatcher | |
![]() |
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | |
Called after the implementing object has been created and all
component properties specified on the MXML tag have been initialized. | DataServiceWrapper | ||
![]() |
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | |
![]() |
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | |
![]() |
Verwijdert een listener uit het object EventDispatcher. | EventDispatcher | |
![]() |
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | |
![]() |
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | |
![]() |
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | |
![]() |
Retourneert de primitieve waarde van het opgegeven object. | Object | |
![]() |
Controleert of een gebeurtenislistener is geregistreerd bij dit object EventDispatcher of een van de voorouders voor het opgegeven type gebeurtenis. | EventDispatcher | |
| Gebeurtenis | Overzicht | Gedefinieerd door | ||
|---|---|---|---|---|
![]() | [uitgezonden gebeurtenis] Wordt verzonden wanneer Flash Player of de AIR-toepassing de besturingssysteemfocus krijgt en actief wordt. | EventDispatcher | ||
![]() | [uitgezonden gebeurtenis] Wordt verzonden wanneer Flash Player of de AIR-toepassing de systeemfocus verliest en inactief wordt. | EventDispatcher | ||
| Fault events of the wrapped data service are propagated by the wrapper. | DataServiceWrapper | |||
| Result events of the wrapped data service are propagated by the wrapper. | DataServiceWrapper | |||
channelSet | eigenschap |
channelSet:ChannelSet| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
The channelSet property of the wrapped service.
Implementatie
public function get channelSet():ChannelSet public function set channelSet(value:ChannelSet):voidVerwante API-elementen
destination | eigenschap |
serviceControl | eigenschap |
serviceControl:DataService [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
The wrapped service. The service is implemented by service specific subclasses.
Implementatie
public function get serviceControl():DataServiceDataServiceWrapper | () | Constructor |
public function DataServiceWrapper(destination:String)| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
Constructs a wrapper around a DataService for a given destination.
Parametersdestination:String — The name of the desired destination.
|
Verwante API-elementen
initialized | () | methode |
public function initialized(document:Object, id:String):void| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
Called after the implementing object has been created and all component properties specified on the MXML tag have been initialized.
Parameters
document:Object — The MXML document that created this object.
| |
id:String — The identifier used by document to refer
to this object.
If the object is a deep property on document,
id is null.
|
fault | Gebeurtenis |
mx.data.events.DataServiceFaultEventeigenschap DataServiceFaultEvent.type =
mx.data.events.DataServiceFaultEvent.FAULT| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
Fault events of the wrapped data service are propagated by the wrapper.
For details see DataService.fault.
FAULT constant defines the value of the type property
of the event object for a fault event.
The properties of the event object have the following values:
| Property | Value |
|---|---|
bubbles | false |
cancelable | true, calling preventDefault() from the associated token's responder.fault method will prevent the service or operation from dispatching this event |
currentTarget | The Object that defines the
event listener that handles the event. For example, if you use
myButton.addEventListener() to register an event listener,
myButton is the value of the currentTarget. |
fault | The Fault object that holds the conflict that occurred. |
item | The item that generated the fault. |
identity | The identity of of the item that generated the fault. |
message | The Message associated with this event. |
token | The token that represents the call to the method. Used in the asynchronous completion token pattern. |
target | The Object that dispatched the event;
it is not always the Object listening for the event.
Use the currentTarget property to always access the
Object listening for the event. |
Verwante API-elementen
result | Gebeurtenis |
mx.rpc.events.ResultEventeigenschap ResultEvent.type =
mx.rpc.events.ResultEvent.RESULT| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
Result events of the wrapped data service are propagated by the wrapper.
For details see DataService.result.
The properties of the event object have the following values:
| Property | Value |
|---|---|
bubbles | false |
cancelable | true, preventDefault() from the associated token's responder.result method will prevent the service or operation from dispatching this event |
currentTarget | The Object that defines the
event listener that handles the event. For example, if you use
myButton.addEventListener() to register an event listener,
myButton is the value of the currentTarget. |
message | The Message associated with this event. |
target | The Object that dispatched the event;
it is not always the Object listening for the event.
Use the currentTarget property to always access the
Object listening for the event. |
result | Result that the RPC call returns. |
token | The token that represents the indiviudal call to the method. Used in the asynchronous completion token pattern. |
Verwante API-elementen
Wed Jun 13 2018, 11:42 AM Z
Overerfde openbare eigenschappen verbergen
Overerfde openbare eigenschappen weergeven