ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.gravity.framework 

IServiceReference  - AS3 ADEP Client Component

Packagecom.adobe.gravity.framework
Interfacepublic interface IServiceReference

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: AIR 1.1, Flash Player 9

The IServiceReference interface is a "handle" to a service. Note that the actual code for the service may not be loaded until getService is called to retrieve the actual service object.



Public Properties
 PropertyDefined By
  bundle : IBundle
[read-only] The bundle containing the service.
IServiceReference
  properties : Object
[read-only] The properties of the service.
IServiceReference
  ranking : int
[read-only] The service ranking.
IServiceReference
  serviceId : int
[read-only] The service id.
IServiceReference
  usingBundles : Array
[read-only] The bundles that are being used by this service.
IServiceReference
Property Detail

bundle

property
bundle:IBundle  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: AIR 1.1, Flash Player 9

The bundle containing the service.



Implementation
    public function get bundle():IBundle

properties

property 
properties:Object  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: AIR 1.1, Flash Player 9

The properties of the service.



Implementation
    public function get properties():Object

ranking

property 
ranking:int  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: AIR 1.1, Flash Player 9

The service ranking.



Implementation
    public function get ranking():int

serviceId

property 
serviceId:int  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: AIR 1.1, Flash Player 9

The service id.



Implementation
    public function get serviceId():int

usingBundles

property 
usingBundles:Array  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: AIR 1.1, Flash Player 9

The bundles that are being used by this service.



Implementation
    public function get usingBundles():Array