Adobe® Flash® Platform için ActionScript® 3.0 Başvurusu
Ana Sayfa  |  Paket ve Sınıf Listesini Gizle |  Paketler  |  Sınıflar  |  Yenilikler  |  Dizin  |  Ekler  |  Niçin İngilizce?
Filtreler: Sunucudan Veri Alınıyor...
Sunucudan Veri Alınıyor...
com.adobe.mosaic.om.interfaces 

ISessionManager  - AS3 ADEP Composite Application

Paketcom.adobe.mosaic.om.interfaces
Arabirimpublic interface ISessionManager extends IManager

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Çalışma Zamanı Sürümleri: AIR 2.6, Flash Player 10.2

The ISessionManager interface represents an instance of a server connection pool. Use this interface to create and destroy sessions. The implementation of this object will be responsible for connecting, building, and tearing-down server sessions.



Genel Özellikler
 ÖzellikTanımlayan:
 Inheritedname : String
[salt okunur] Returns the name associated with the manager object.
IManager
  sessions : Array
[salt okunur] Returns an Array of type ISession representing all opened sessions.
ISessionManager
Genel Yöntemler
 YöntemTanımlayan:
  
closeAllSessions(onSuccess:Function = null, onFailure:Function = null):void
Initiates the destruction of all open ISession instances.
ISessionManager
  
closeSession(session:ISession, onSuccess:Function = null, onFailure:Function = null):void
Initiates the destruction of an ISession instance.
ISessionManager
  
openSession(config:ISessionConfiguration, onSuccess:Function = null, onFailure:Function = null):void
Creates an ISession instance based on the supplied configuration information.
ISessionManager
Özellik Ayrıntısı

sessions

özellik
sessions:Array  [salt okunur]

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Çalışma Zamanı Sürümleri: AIR 2.6, Flash Player 10.2

Returns an Array of type ISession representing all opened sessions.



Uygulama
    public function get sessions():Array
Yöntem Ayrıntısı

closeAllSessions

()yöntem
public function closeAllSessions(onSuccess:Function = null, onFailure:Function = null):void

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Çalışma Zamanı Sürümleri: AIR 2.6, Flash Player 10.2

Initiates the destruction of all open ISession instances.

Parametreler

onSuccess:Function (default = null) — The onSuccess function.
 
onFailure:Function (default = null) — The onFailure function.

closeSession

()yöntem 
public function closeSession(session:ISession, onSuccess:Function = null, onFailure:Function = null):void

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Çalışma Zamanı Sürümleri: AIR 2.6, Flash Player 10.2

Initiates the destruction of an ISession instance. The ISession destruction generates a SessionEvent of type "sessionClosing" which is cancelable by any registered listener. If no listener invokes the "preventDefault()" method, then the session will be destroyed followed by a SessionEvent of type "sessionClosed".

Parametreler

session:ISession — The ISession instance to close and destroy.
 
onSuccess:Function (default = null) — The onSuccess function.
 
onFailure:Function (default = null) — The onFailure function.

openSession

()yöntem 
public function openSession(config:ISessionConfiguration, onSuccess:Function = null, onFailure:Function = null):void

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Çalışma Zamanı Sürümleri: AIR 2.6, Flash Player 10.2

Creates an ISession instance based on the supplied configuration information. The Session is ready to be utilized for requests to the associated server, although certain communication faults may occur.

Parametreler

config:ISessionConfiguration — The ISessionConfiguration to identify the session instance.
 
onSuccess:Function (default = null) — The onSuccess function.
 
onFailure:Function (default = null) — The onFailure function.





[ X ]Niçin İngilizce?
ActionScript 3.0 Başvurusu'ndaki içerik İngilizce görünür

ActionScript 3.0 Başvurusu'nun tüm bölümleri tüm dillere çevrilmemiştir. Bir dil öğesi çevrilmediğinde İngilizce görünür. Örneğin, ga.controls.HelpBox sınıfı hiçbir dile çevrilmez. Bu nedenle, başvurunun Türkçe versiyonunda ga.controls.HelpBox sınıfı İngilizce görünür.