Paket | com.adobe.fiber.services |
Gränssnitt | public interface IFiberManagingService |
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
managingService
property.
If an implementation of this interface is not set on a value object, it will lazily create
static instances of any service that is required for the calculation of its properties.
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
Retrieves a user provided implementation of a custom service declared in a model. | IFiberManagingService | ||
Retrieves a service instance that has been generated and wrapped based on its declaration
in a model. | IFiberManagingService |
Metoddetaljer
getCustomService | () | metod |
public function getCustomService(name:String):IFiberService
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Retrieves a user provided implementation of a custom service declared in a model.
Parametrar
name:String — service name as it appears in the model
|
IFiberService — an implementation of the custom service.
|
getService | () | metod |
public function getService(name:String):AbstractService
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Retrieves a service instance that has been generated and wrapped based on its declaration in a model. Such a service may be a mx.rpc.remoting.RemoteObject, mx.rpc.http.HTTPMultiService, or mx.rpc.soap.WebService.
Parametrar
name:String — service name as it appears in the model
|
AbstractService — an implementation of the service.
|
Tue Jun 12 2018, 01:40 PM Z