| 套件 | com.adobe.gravity.framework |
| 介面 | public interface IBundle |
| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| 執行階段版本: | AIR 1.1, Flash Player 9 |
| 屬性 | 定義自 | ||
|---|---|---|---|
| bundleId : int [唯讀]
The identifier for this specific bundle. | IBundle | ||
| domain : String [唯讀] If the bundle is shared, the name of the shared domain. | IBundle | ||
| location : String [唯讀] The location from which the bundle was retrieved. | IBundle | ||
| parentDomain : String [唯讀] If this bundle uses a shared parent domain, the name of the shared parent. | IBundle | ||
| properties : Object [唯讀] The static properties of this bundle, as declared in the bundle descriptor. | IBundle | ||
| registeredServices : Array [唯讀] An array of IServiceReference interfaces for all the services that have been registered by this bundle, both declaratively and programmatically. | IBundle | ||
| servicesInUse : Array [唯讀] An array of IServiceReference interfaces for all the services that are being used by this bundle. | IBundle | ||
| state : int [唯讀] The state of the bundle. | IBundle | ||
| 方法 | 定義自 | ||
|---|---|---|---|
Start the bundle. | IBundle | ||
Stop the bundle. | IBundle | ||
Uninstall the bundle. | IBundle | ||
bundleId | 屬性 |
bundleId:int [唯讀] | 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| 執行階段版本: | AIR 1.1, Flash Player 9 |
The identifier for this specific bundle. This is assigned at runtime by the framework and may be different on each run.
實作
public function get bundleId():intdomain | 屬性 |
location | 屬性 |
parentDomain | 屬性 |
parentDomain:String [唯讀] | 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| 執行階段版本: | AIR 1.1, Flash Player 9 |
If this bundle uses a shared parent domain, the name of the shared parent. Otherwise null.
實作
public function get parentDomain():Stringproperties | 屬性 |
registeredServices | 屬性 |
registeredServices:Array [唯讀] | 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| 執行階段版本: | AIR 1.1, Flash Player 9 |
An array of IServiceReference interfaces for all the services that have been registered by this bundle, both declaratively and programmatically.
實作
public function get registeredServices():ArrayservicesInUse | 屬性 |
servicesInUse:Array [唯讀] | 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| 執行階段版本: | AIR 1.1, Flash Player 9 |
An array of IServiceReference interfaces for all the services that are being used by this bundle.
實作
public function get servicesInUse():Arraystate | 屬性 |
start | () | 方法 |
public function start():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 |
Start the bundle. The bundle will not immediately be started on return; the returned token can be used to add success or failure handlers to be executed when the bundle has successfully started or to handle a fault during the bundle start process.
傳回值com.adobe.gravity.utility.async:IToken — A token that success or failure handlers may be added to. Note that null will never be returned from this call.
|
stop | () | 方法 |
public function stop():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 |
Stop the bundle. The bundle will not immediately be stopped on return; the returned token can be used to add success or failure handlers to be executed when the bundle has successfully stopped or to handle a fault during the bundle stop process.
傳回值com.adobe.gravity.utility.async:IToken — A token that success or failure handlers may be added to. Note that null will never be returned from this call.
|
uninstall | () | 方法 |
public function uninstall():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 |
Uninstall the bundle. The bundle will not immediately be uninstalled on return; the returned token can be used to add success and failure handlers to be executed when the bundle has successfully been uninstalled or to handle a fault during the bundle uninstall process.
傳回值com.adobe.gravity.utility.async:IToken — A token that success or failure handlers may be added to. Note that null will never be returned from this call.
|
Tue Jun 12 2018, 03:47 PM Z