Справочник по ActionScript® 3.0 для платформы Adobe® Flash®
Домашняя страница  |  Скрыть список пакетов и классов |  Пакеты  |  Классы  |  Что нового  |  Указатель  |  Приложения  |  Почему по-английски?
Фильтры: Получение данных с сервера...
Получение данных с сервера...
com.adobe.gravity.framework 

IBundle  - AS3 ADEP Client Component

Пакет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

The IBundle interface represents a single physical component.



Общедоступные свойства
 СвойствоОпределено
  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():int

domain

свойство 
domain:String  [только для чтения]

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Версии среды выполнения: AIR 1.1, Flash Player 9

If the bundle is shared, the name of the shared domain. Otherwise null.



Реализация
    public function get domain():String

location

свойство 
location:String  [только для чтения]

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Версии среды выполнения: AIR 1.1, Flash Player 9

The location from which the bundle was retrieved.



Реализация
    public function get location():String

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():String

properties

свойство 
properties:Object  [только для чтения]

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Версии среды выполнения: AIR 1.1, Flash Player 9

The static properties of this bundle, as declared in the bundle descriptor.



Реализация
    public function get properties():Object

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():Array

servicesInUse

свойство 
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():Array

state

свойство 
state:int  [только для чтения]

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Версии среды выполнения: AIR 1.1, Flash Player 9

The state of the bundle. Will be one of the constants in the BundleConstants class.



Реализация
    public function get state():int

Связанные элементы API

Сведения о методе

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.




[ X ]Почему по-английски?
Содержимое Справочника ActionScript 3.0 отображается на английском языке

Не все части Справочника ActionScript 3.0 переводятся на все языки. Если какой-то текстовый элемент не переведен, он отображается на английском языке. Например, компонент ga.controls.HelpBox не переведен ни на один из языков. Это значит, что в русской версии справки компонент ga.controls.HelpBox будет отображаться на английском языке.