Adobe® Flash® Platform 用 ActionScript® 3.0 リファレンスガイド
ホーム  |  パッケージおよびクラスリストの非表示 |  パッケージ  |  クラス  |  新機能  |  索引  |  付録  |  英語で表示される理由
フィルター: サーバーからデータを取得しています...
サーバーからデータを取得しています...
com.adobe.gravity.framework 

IServiceFactory  - AS3 ADEP Client Component

パッケージ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

Services implement IServiceFactory when they need additional control over how service objects are dispensed. Implementing IServiceFactory allows bundles to return a different implementation of the service for each bundle that is requesting the service.



パブリックメソッド
 メソッド定義元
  
Return a service object.
IServiceFactory
  
ungetService(bundle:IBundle, registration:IServiceRegistration, service:Object):void
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.





[ X ]英語で表示される理由
ActionScript 3.0 リファレンスガイドのコンテンツが英語で表示されます。

ActionScript 3.0 リファレンスガイドのすべての部分がすべての言語に翻訳されているわけではありません。言語エレメントが翻訳されていない場合、そのエレメントは英語で表示されます。例えば、ga.controls.HelpBox クラスはどの言語にも訳されていません。このため、リファレンスガイドの日本語バージョンでは、ga.controls.HelpBox クラスは英語で表示されます。