패키지 | com.adobe.gravity.framework |
인터페이스 | public interface IServiceFactory |
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
런타임 버전: | AIR 1.1, Flash Player 9 |
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
getService(bundle:IBundle, registration:IServiceRegistration):com.adobe.gravity.utility.async:IToken
Return a service object. | IServiceFactory | ||
Release a service object. | IServiceFactory |
메서드 세부 정보
getService | () | 메서드 |
public function getService(bundle:IBundle, registration:IServiceRegistration):com.adobe.gravity.utility.async:IToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
런타임 버전: | AIR 1.1, Flash Player 9 |
Return a service object. Note that the framework will cache the returned object for the specified bundle, so additional requests from that same bundle will receive the same object and this function will not be invoked.
매개 변수
bundle:IBundle — The bundle requesting the service.
| |
registration:IServiceRegistration — The service registration for the service.
|
com.adobe.gravity.utility.async:IToken — A token used to set success and failure handlers to be called when the operation has completed. If the service retrieval is successful, the service object will be passed into the success handler. In other words, the success handler should take a single object of the service interface type.
|
ungetService | () | 메서드 |
public function ungetService(bundle:IBundle, registration:IServiceRegistration, service:Object):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
런타임 버전: | AIR 1.1, Flash Player 9 |
Release a service object.
매개 변수
bundle:IBundle — The bundle releasing the service.
| |
registration:IServiceRegistration — The service registration for the service.
| |
service:Object — The service object.
|
Tue Jun 12 2018, 03:17 PM Z