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

ISessionConfiguration  - AS3 ADEP Composite Application

Packagecom.adobe.mosaic.om.interfaces
Interfacepublic interface ISessionConfiguration
Implementors SessionConfiguration

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

The ISessionConfiguration provides a descriptor to the runtime for any options that the application author wishes to specify for the creation of the ISession. This interface must be implemented by the application author.



Public Properties
 PropertyDefined By
  cachePolicy : ICachePolicy
[read-only] The ICachePolicy for this session.
ISessionConfiguration
  name : String
[read-only] The name to be associated with this session
ISessionConfiguration
  securityManager : ISecurityManager
[read-only] The ISecurityManager instance to be used for a given session.
ISessionConfiguration
  url : String
[read-only] The URL to be used to connect to the remote server
ISessionConfiguration
Property Detail

cachePolicy

property
cachePolicy:ICachePolicy  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

The ICachePolicy for this session.



Implementation
    public function get cachePolicy():ICachePolicy

name

property 
name:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

The name to be associated with this session



Implementation
    public function get name():String

securityManager

property 
securityManager:ISecurityManager  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

The ISecurityManager instance to be used for a given session.



Implementation
    public function get securityManager():ISecurityManager

url

property 
url:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

The URL to be used to connect to the remote server



Implementation
    public function get url():String