Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
com.adobe.gravity.framework 

IBundle  - AS3 ADEP Client Component

Paquetecom.adobe.gravity.framework
Interfazpublic interface IBundle

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versiones de motor de ejecución: AIR 1.1, Flash Player 9

The IBundle interface represents a single physical component.



Propiedades públicas
 PropiedadDefinido por
  bundleId : int
[solo lectura] The identifier for this specific bundle.
IBundle
  domain : String
[solo lectura] If the bundle is shared, the name of the shared domain.
IBundle
  location : String
[solo lectura] The location from which the bundle was retrieved.
IBundle
  parentDomain : String
[solo lectura] If this bundle uses a shared parent domain, the name of the shared parent.
IBundle
  properties : Object
[solo lectura] The static properties of this bundle, as declared in the bundle descriptor.
IBundle
  registeredServices : Array
[solo lectura] An array of IServiceReference interfaces for all the services that have been registered by this bundle, both declaratively and programmatically.
IBundle
  servicesInUse : Array
[solo lectura] An array of IServiceReference interfaces for all the services that are being used by this bundle.
IBundle
  state : int
[solo lectura] 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
Información sobre propiedades

bundleId

propiedad
bundleId:int  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versiones de motor de ejecución: 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.



Implementación
    public function get bundleId():int

domain

propiedad 
domain:String  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versiones de motor de ejecución: AIR 1.1, Flash Player 9

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



Implementación
    public function get domain():String

location

propiedad 
location:String  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versiones de motor de ejecución: AIR 1.1, Flash Player 9

The location from which the bundle was retrieved.



Implementación
    public function get location():String

parentDomain

propiedad 
parentDomain:String  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versiones de motor de ejecución: AIR 1.1, Flash Player 9

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



Implementación
    public function get parentDomain():String

properties

propiedad 
properties:Object  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versiones de motor de ejecución: AIR 1.1, Flash Player 9

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



Implementación
    public function get properties():Object

registeredServices

propiedad 
registeredServices:Array  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versiones de motor de ejecución: 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.



Implementación
    public function get registeredServices():Array

servicesInUse

propiedad 
servicesInUse:Array  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versiones de motor de ejecución: AIR 1.1, Flash Player 9

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



Implementación
    public function get servicesInUse():Array

state

propiedad 
state:int  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versiones de motor de ejecución: AIR 1.1, Flash Player 9

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



Implementación
    public function get state():int

Elementos de API relacionados

Información sobre métodos

start

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

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versiones de motor de ejecución: 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.

Valor devuelto
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

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versiones de motor de ejecución: 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.

Valor devuelto
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

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versiones de motor de ejecución: 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.

Valor devuelto
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 qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.