| Paket | com.adobe.gravity.framework |
| Gränssnitt | public interface IBundle |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Körningsmiljöversioner: | AIR 1.1, Flash Player 9 |
| Egenskap | Definieras med | ||
|---|---|---|---|
| bundleId : int [skrivskyddad]
The identifier for this specific bundle. | IBundle | ||
| domain : String [skrivskyddad] If the bundle is shared, the name of the shared domain. | IBundle | ||
| location : String [skrivskyddad] The location from which the bundle was retrieved. | IBundle | ||
| parentDomain : String [skrivskyddad] If this bundle uses a shared parent domain, the name of the shared parent. | IBundle | ||
| properties : Object [skrivskyddad] The static properties of this bundle, as declared in the bundle descriptor. | IBundle | ||
| registeredServices : Array [skrivskyddad] An array of IServiceReference interfaces for all the services that have been registered by this bundle, both declaratively and programmatically. | IBundle | ||
| servicesInUse : Array [skrivskyddad] An array of IServiceReference interfaces for all the services that are being used by this bundle. | IBundle | ||
| state : int [skrivskyddad] The state of the bundle. | IBundle | ||
| Metod | Definieras med | ||
|---|---|---|---|
Start the bundle. | IBundle | ||
Stop the bundle. | IBundle | ||
Uninstall the bundle. | IBundle | ||
bundleId | egenskap |
bundleId:int [skrivskyddad] | Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Körningsmiljöversioner: | 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.
Implementering
public function get bundleId():intdomain | egenskap |
domain:String [skrivskyddad] | Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Körningsmiljöversioner: | AIR 1.1, Flash Player 9 |
If the bundle is shared, the name of the shared domain. Otherwise null.
Implementering
public function get domain():Stringlocation | egenskap |
location:String [skrivskyddad] | Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Körningsmiljöversioner: | AIR 1.1, Flash Player 9 |
The location from which the bundle was retrieved.
Implementering
public function get location():StringparentDomain | egenskap |
parentDomain:String [skrivskyddad] | Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Körningsmiljöversioner: | AIR 1.1, Flash Player 9 |
If this bundle uses a shared parent domain, the name of the shared parent. Otherwise null.
Implementering
public function get parentDomain():Stringproperties | egenskap |
properties:Object [skrivskyddad] | Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Körningsmiljöversioner: | AIR 1.1, Flash Player 9 |
The static properties of this bundle, as declared in the bundle descriptor.
Implementering
public function get properties():ObjectregisteredServices | egenskap |
registeredServices:Array [skrivskyddad] | Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Körningsmiljöversioner: | 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.
Implementering
public function get registeredServices():ArrayservicesInUse | egenskap |
servicesInUse:Array [skrivskyddad] | Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Körningsmiljöversioner: | AIR 1.1, Flash Player 9 |
An array of IServiceReference interfaces for all the services that are being used by this bundle.
Implementering
public function get servicesInUse():Arraystate | egenskap |
state:int [skrivskyddad] | Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Körningsmiljöversioner: | AIR 1.1, Flash Player 9 |
The state of the bundle. Will be one of the constants in the BundleConstants class.
Implementering
public function get state():intRelaterade API-element
start | () | metod |
public function start():com.adobe.gravity.utility.async:IToken| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Körningsmiljöversioner: | 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.
Returnerarcom.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 | () | metod |
public function stop():com.adobe.gravity.utility.async:IToken| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Körningsmiljöversioner: | 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.
Returnerarcom.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 | () | metod |
public function uninstall():com.adobe.gravity.utility.async:IToken| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Körningsmiljöversioner: | 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.
Returnerarcom.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, 01:40 PM Z