Пакет | 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, 11:34 AM Z