패키지 | com.adobe.fiber.services |
인터페이스 | public interface IFiberManagingService |
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
런타임 버전: | 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.
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
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 |
메서드 세부 정보
getCustomService | () | 메서드 |
public function getCustomService(name:String):IFiberService
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Retrieves a user provided implementation of a custom service declared in a model.
매개 변수
name:String — service name as it appears in the model
|
IFiberService — an implementation of the custom service.
|
getService | () | 메서드 |
public function getService(name:String):AbstractService
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
런타임 버전: | 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.
매개 변수
name:String — service name as it appears in the model
|
AbstractService — an implementation of the service.
|
Tue Jun 12 2018, 03:17 PM Z