| Pakket | com.adobe.fiber.services.wrapper |
| Klasse | public class AbstractServiceWrapper |
| Overerving | AbstractServiceWrapper EventDispatcher Object |
| Implementatie | IMXMLObject |
| Subklassen | HTTPServiceWrapper, ManagedRemoteServiceWrapper, RemoteObjectServiceWrapper, WebServiceWrapper |
| 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
Channel set of the wrapped service. | AbstractServiceWrapper | ||
![]() | constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | |
| destination : String
Destination of the wrapped service. | AbstractServiceWrapper | ||
| operations : Object
Operations of the wrapped service. | AbstractServiceWrapper | ||
| serviceControl : AbstractService [alleen-lezen]
The wrapped service. | AbstractServiceWrapper | ||
| showBusyCursor : Boolean
The showBusyCursor property of the wrapped service. | AbstractServiceWrapper | ||
| Methode | Gedefinieerd door | ||
|---|---|---|---|
AbstractServiceWrapper(target:IEventDispatcher = null)
Constructor. | AbstractServiceWrapper | ||
![]() | 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. | AbstractServiceWrapper | ||
![]() |
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 wrapped services are propagated by the wrapper. | AbstractServiceWrapper | |||
| Result events of wrapped services are propagated by the wrapper. | AbstractServiceWrapper | |||
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 |
Channel set of the wrapped service.
Implementatie
public function get channelSet():ChannelSet public function set channelSet(value:ChannelSet):voidVerwante API-elementen
destination | eigenschap |
destination:String| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
Destination of the wrapped service.
Implementatie
public function get destination():String public function set destination(value:String):voidVerwante API-elementen
operations | eigenschap |
operations:Object| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
Operations of the wrapped service.
Implementatie
public function get operations():Object public function set operations(value:Object):voidVerwante API-elementen
serviceControl | eigenschap |
serviceControl:AbstractService [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():AbstractServiceshowBusyCursor | eigenschap |
showBusyCursor:Boolean| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
The showBusyCursor property of the wrapped service.
Implementatie
public function get showBusyCursor():Boolean public function set showBusyCursor(value:Boolean):voidAbstractServiceWrapper | () | Constructor |
public function AbstractServiceWrapper(target:IEventDispatcher = null)| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
Constructor.
Parameterstarget:IEventDispatcher (default = null) — The target object for dispatched events.
|
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.rpc.events.FaultEventeigenschap FaultEvent.type =
mx.rpc.events.FaultEvent.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 wrapped services are propagated by the wrapper.
The FAULT event type.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 contains the details of what caused this event. |
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. |
token | The token that represents the call to the method. Used in the asynchronous completion token pattern. |
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 wrapped services are propagated by the wrapper.
The RESULT event type.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. |
Wed Jun 13 2018, 11:42 AM Z
Overerfde openbare eigenschappen verbergen
Overerfde openbare eigenschappen weergeven