Referência do ActionScript® 3.0 para Adobe® Flash® Platform
Início  |  Ocultar listas de Pacotes e Classes |  Pacotes  |  Classes  |  Novidades  |  Índice  |  Apêndices  |  Por que inglês?
Filtros: Recuperando dados do servidor...
Recuperando dados do servidor...
com.adobe.gravity.framework 

IBundle  - AS3 ADEP Client Component

Pacotecom.adobe.gravity.framework
Interfacepublic interface IBundle

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versões de runtime: AIR 1.1, Flash Player 9

The IBundle interface represents a single physical component.



Propriedades públicas
 PropriedadeDefinido por
  bundleId : int
[somente leitura] The identifier for this specific bundle.
IBundle
  domain : String
[somente leitura] If the bundle is shared, the name of the shared domain.
IBundle
  location : String
[somente leitura] The location from which the bundle was retrieved.
IBundle
  parentDomain : String
[somente leitura] If this bundle uses a shared parent domain, the name of the shared parent.
IBundle
  properties : Object
[somente leitura] The static properties of this bundle, as declared in the bundle descriptor.
IBundle
  registeredServices : Array
[somente leitura] An array of IServiceReference interfaces for all the services that have been registered by this bundle, both declaratively and programmatically.
IBundle
  servicesInUse : Array
[somente leitura] An array of IServiceReference interfaces for all the services that are being used by this bundle.
IBundle
  state : int
[somente leitura] The state of the bundle.
IBundle
Métodos públicos
 MétodoDefinido por
  
Start the bundle.
IBundle
  
Stop the bundle.
IBundle
  
Uninstall the bundle.
IBundle
Detalhes da propriedade

bundleId

propriedade
bundleId:int  [somente leitura]

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versões de runtime: 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.



Implementação
    public function get bundleId():int

domain

propriedade 
domain:String  [somente leitura]

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versões de runtime: AIR 1.1, Flash Player 9

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



Implementação
    public function get domain():String

location

propriedade 
location:String  [somente leitura]

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versões de runtime: AIR 1.1, Flash Player 9

The location from which the bundle was retrieved.



Implementação
    public function get location():String

parentDomain

propriedade 
parentDomain:String  [somente leitura]

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versões de runtime: AIR 1.1, Flash Player 9

If this bundle uses a shared parent domain, the name of the shared parent. Otherwise null.



Implementação
    public function get parentDomain():String

properties

propriedade 
properties:Object  [somente leitura]

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versões de runtime: AIR 1.1, Flash Player 9

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



Implementação
    public function get properties():Object

registeredServices

propriedade 
registeredServices:Array  [somente leitura]

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versões de runtime: 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.



Implementação
    public function get registeredServices():Array

servicesInUse

propriedade 
servicesInUse:Array  [somente leitura]

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versões de runtime: AIR 1.1, Flash Player 9

An array of IServiceReference interfaces for all the services that are being used by this bundle.



Implementação
    public function get servicesInUse():Array

state

propriedade 
state:int  [somente leitura]

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versões de runtime: AIR 1.1, Flash Player 9

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



Implementação
    public function get state():int

Elementos da API relacionados

Detalhes do método

start

()método
public function start():com.adobe.gravity.utility.async:IToken

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versões de runtime: 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.

Retorna
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

()método 
public function stop():com.adobe.gravity.utility.async:IToken

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versões de runtime: 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.

Retorna
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

()método 
public function uninstall():com.adobe.gravity.utility.async:IToken

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versões de runtime: 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.

Retorna
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 ]Por que inglês?
O conteúdo na Referência do ActionScript 3.0 aparece em inglês

Nem todas as partes da Referência do ActionScript 3.0 estão traduzidas em todos os idiomas. Quando um elemento de um idioma não está traduzido, ele é exibido em inglês. Por exemplo, a classe ga.controls.HelpBox não está traduzida em nenhum idioma. Por isso, na versão da referência em português do Brasil, a classe ga.controls.HelpBox é exibida em inglês.