| パッケージ | com.adobe.mosaic.mxml | 
| クラス | public class ServerSession | 
| 継承 | ServerSession  FrameworkInitializer | 
| 実装 | IMXMLObject | 
| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| ランタイムバージョン: | AIR 2.6, Flash Player 10.2 | 
ServerSession repesents a remote server's location and an ISession. 
	 It's purpose is use the ISessionManager in the runtime to successfully connect
	 the to server and create a new ISession so that other composite application MXML components may have
	 a pathway to the Experience Server. ServerSession encapsulates a session with a specific server 
	 for use by other components. It does NOT provide authentication functionality.
	 Authentication handling functionality is set upon this component on the securityManager property
	 and in the form of an ISecurityManager.
	 
	 関連する API エレメント
com.adobe.mosaic.mxml.Application
com.adobe.mosaic.mxml.Catalog
com.adobe.mosaic.mxml.Shell
com.adobe.mosaic.mxml.Tile
com.adobe.mosaic.mxml.Service
| プロパティ | 定義元 | ||
|---|---|---|---|
| autoConnect : Boolean 
		 Returns the value of autoConnect. | ServerSession | ||
| cachePolicy : ICachePolicy 
		 Returns the value of cachePolicy (if one is set). | ServerSession | ||
| id : String 
		 Returns the id of the component
		  | ServerSession | ||
| securityManager : ISecurityManager 
		 Returns the ISecurityManager
		  | ServerSession | ||
| state : String [読み取り専用] 
		 Returns the state of the underlying ISession
		  | ServerSession | ||
| url : String 
		 The value of the fully qualified URL path to the Experience Server. | ServerSession | ||
| メソッド | 定義元 | ||
|---|---|---|---|
| 
		 Constructor. | ServerSession | ||
| 
		 This will begin an Experiene Server connection sequence, 
		 once the framework and runtime are ready,
		 by first acquiring the ISessionManager, and 
		 subsequently connecting an ISession. | ServerSession | ||
| 
		 Returns the ISessionManager instance associated to the runtime
		  | ServerSession | ||
| 
		 Implementation of IMXMLObject initialized. | ServerSession | ||
| イベント | 概要 | 定義元 | ||
|---|---|---|---|---|
| Dispatched when an OpenSessionEvent call fails. | ServerSession | |||
| Dispatched upon the first successful OpenSessionEvent from the remote server. | ServerSession | |||
| autoConnect | プロパティ | 
autoConnect:Boolean| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| ランタイムバージョン: | AIR 2.6, Flash Player 10.2 | 
Returns the value of autoConnect. Default is true. autoConnect only affects MXML usage by automatically connecting to the server once all properties are set. url and securityManager properties must be set before connection can succeed. For ActionScript usage, call connect() once url and securityManager properties are set.
実装
    public function get autoConnect():Boolean    public function set autoConnect(value:Boolean):void関連する API エレメント
| cachePolicy | プロパティ | 
cachePolicy:ICachePolicy| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| ランタイムバージョン: | AIR 2.6, Flash Player 10.2 | 
Returns the value of cachePolicy (if one is set). Default is CachePolicy.NONE.
実装
    public function get cachePolicy():ICachePolicy    public function set cachePolicy(value:ICachePolicy):void関連する API エレメント
| id | プロパティ | 
| securityManager | プロパティ | 
securityManager:ISecurityManager| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| ランタイムバージョン: | AIR 2.6, Flash Player 10.2 | 
Returns the ISecurityManager
実装
    public function get securityManager():ISecurityManager    public function set securityManager(value:ISecurityManager):void関連する API エレメント
| state | プロパティ | 
| url | プロパティ | 
url:String| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| ランタイムバージョン: | AIR 2.6, Flash Player 10.2 | 
The value of the fully qualified URL path to the Experience Server.
実装
    public function get url():String    public function set url(value:String):void| ServerSession | () | コンストラクター | 
public function ServerSession()| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| ランタイムバージョン: | AIR 2.6, Flash Player 10.2 | 
Constructor.
| connect | () | メソッド | 
 public function connect():void| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| ランタイムバージョン: | AIR 2.6, Flash Player 10.2 | 
This will begin an Experiene Server connection sequence, once the framework and runtime are ready, by first acquiring the ISessionManager, and subsequently connecting an ISession. This method will be called automatically from "initialized" if the autoConnect property is set to true and the url and security manager values have been set.
| getSessionManager | () | メソッド | 
 public function getSessionManager():ISessionManager| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| ランタイムバージョン: | AIR 2.6, Flash Player 10.2 | 
Returns the ISessionManager instance associated to the runtime
戻り値| ISessionManager— ISessionManager | 
関連する API エレメント
| initialized | () | メソッド | 
 public function initialized(document:Object, id:String):void| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| ランタイムバージョン: | AIR 2.6, Flash Player 10.2 | 
Implementation of IMXMLObject initialized. If autoConnect is set to true and the url and security manager values have been set, the connect method will be called here.
パラメーター
| document:Object— The document | |
| id:String— The mxml id | 
| openSessionEventFailure | イベント | 
com.adobe.mosaic.om.events.OpenSessionEventプロパティ OpenSessionEvent.type =
com.adobe.mosaic.om.events.OpenSessionEvent.FAILURE| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| ランタイムバージョン: | AIR 2.6, Flash Player 10.2 | 
Dispatched when an OpenSessionEvent call fails.
This type is sent when handling failed in opening an ISession| openSessionEventSuccess | イベント | 
com.adobe.mosaic.om.events.OpenSessionEventプロパティ OpenSessionEvent.type =
com.adobe.mosaic.om.events.OpenSessionEvent.SUCCESS| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| ランタイムバージョン: | AIR 2.6, Flash Player 10.2 | 
Dispatched upon the first successful OpenSessionEvent from the remote server.
This type is sent when handling succeeded in opening an ISessionTue Jun 12 2018, 10:34 AM Z