[an error occurred while processing this directive]
ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes

Language Reference only       
Package and class filters:
Retrieving Data from Server...
Retrieving Data from Server...
Retrieving Data from Server...
Retrieving Data from Server...
com.adobe.mosaic.om.impl 
SessionConfiguration 
Packagecom.adobe.mosaic.om.impl
Classpublic class SessionConfiguration
InheritanceSessionConfiguration Inheritance Object
Implements ISessionConfiguration

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 SessionConfiguration repesents an implementation of ISessionConfiguration.

Related API Elements



Public Properties
 PropertyDefined By
  cachePolicy : ICachePolicy
[read-only] Returns the ICachePolicy (if set)
SessionConfiguration
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  name : String
[read-only] Returns the name associated with the configuration
SessionConfiguration
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
  securityManager : ISecurityManager
[read-only] Returns the ISecurityManager associated with the configuration
SessionConfiguration
  url : String
[read-only] Returns the server url associated with the configuration
SessionConfiguration
Public Methods
 MethodDefined By
  
SessionConfiguration(url:String, name:String, securityManager:ISecurityManager, cachePolicy:ICachePolicy = null)
Constructor.
SessionConfiguration
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
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

Returns the ICachePolicy (if set)



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

Returns the name associated with the configuration



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

Returns the ISecurityManager associated with the configuration



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

Returns the server url associated with the configuration



Implementation
    public function get url():String
Constructor Detail

SessionConfiguration

()Constructor
public function SessionConfiguration(url:String, name:String, securityManager:ISecurityManager, cachePolicy:ICachePolicy = null)

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

Constructor.

Parameters
url:String — The server url
 
name:String — The name to associate with this Session
 
securityManager:ISecurityManager — The SecurityManager for authentication
 
cachePolicy:ICachePolicy (default = null) — Optional ICachePolicy

Related API Elements