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.fiber.services 

IFiberManagingService  - AS3 ADEP Data Services

Paquetecom.adobe.fiber.services
Interfazpublic interface IFiberManagingService

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Data Services for Java EE 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

A managing service instance provides generated value objects with a means to retrieve services that may be involved in calculation of properties of the value object. To customize this process, implement this interface and pass the implementation to generated value objects via their managingService property. If an implementation of this interface is not set on a value object, it will lazily create static instances of any service that is required for the calculation of its properties.



Métodos públicos
 MétodoDefinido por
  
Retrieves a user provided implementation of a custom service declared in a model.
IFiberManagingService
  
Retrieves a service instance that has been generated and wrapped based on its declaration in a model.
IFiberManagingService
Información sobre métodos

getCustomService

()método
public function getCustomService(name:String):IFiberService

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Data Services for Java EE 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

Retrieves a user provided implementation of a custom service declared in a model.

Parámetros

name:String — service name as it appears in the model

Valor devuelto
IFiberService — an implementation of the custom service.

getService

()método 
public function getService(name:String):AbstractService

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Data Services for Java EE 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

Retrieves a service instance that has been generated and wrapped based on its declaration in a model. Such a service may be a mx.rpc.remoting.RemoteObject, mx.rpc.http.HTTPMultiService, or mx.rpc.soap.WebService.

Parámetros

name:String — service name as it appears in the model

Valor devuelto
AbstractService — an implementation of the service.




[ 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.