Package | com.adobe.mosaic.om.interfaces |
Interface | public 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 |
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
Property | Defined 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
Mon Nov 28 2011, 06:48 AM -08:00