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 

IServiceRegistration  - AS3 ADEP Client Component

Packagecom.adobe.gravity.framework
Interfacepublic interface IServiceRegistration

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 IServiceRegistration interface is used can be used by a bundle to manage the properties of services exposed by that bundle and to unregister the services.



Public Properties
 PropertyDefined By
  reference : IServiceReference
[read-only] The service reference for the service.
IServiceRegistration
Public Methods
 MethodDefined By
  
Set the properties for the service.
IServiceRegistration
  
Unregister the service.
IServiceRegistration
Property Detail

reference

property
reference:IServiceReference  [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 reference for the service.



Implementation
    public function get reference():IServiceReference
Method Detail

setProperties

()method
public function setProperties(properties:Object):void

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

Set the properties for the service.

Parameters

properties:Object — The properties of the service.

unregister

()method 
public function unregister():void

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

Unregister the service.