Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
com.adobe.mosaic.om.interfaces 

ISession  - AS3 ADEP Composite Application

Pacchettocom.adobe.mosaic.om.interfaces
Interfacciapublic interface ISession extends IEventDispatcher

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Versioni runtime: AIR 2.6, Flash Player 10.2

The ISession interface represents an instance of a user's server connection. Use this interface to examine server information and to query the associated server for stored assets.



Proprietà pubbliche
 ProprietàDefinito da
  name : String
[sola lettura] Returns the name supplied for this connection at open-time.
ISession
  securityManager : ISecurityManager
[sola lettura] Returns the ISecurityManager instance for a given session.
ISession
  server : IServer
[sola lettura] Returns an IServer instance for the remote server associated with this session.
ISession
  state : String
[sola lettura] Returns the current status of the ISession, valid values are contained in ServerConstants.
ISession
Metodi pubblici
 MetodoDefinito da
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento.
IEventDispatcher
 Inherited
Invia un evento nel flusso di eventi.
IEventDispatcher
 Inherited
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento.
IEventDispatcher
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Rimuove un listener dall'oggetto EventDispatcher.
IEventDispatcher
  
requestApplicationList(onSuccess:Function = null, onFailure:Function = null):void
Initiates a network request to the associated server for a list of the Applications available to the current user.
ISession
  
requestCatalogList(onSuccess:Function = null, onFailure:Function = null):void
Initiates a network request to the associated server for a list of the Catalogs available to the current user.
ISession
 Inherited
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato.
IEventDispatcher
Descrizione delle proprietà

name

proprietà
name:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Versioni runtime: AIR 2.6, Flash Player 10.2

Returns the name supplied for this connection at open-time.



Implementazione
    public function get name():String

securityManager

proprietà 
securityManager:ISecurityManager  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Versioni runtime: AIR 2.6, Flash Player 10.2

Returns the ISecurityManager instance for a given session. Provides the developer access to all available user information on the IUser interface (username, email, first/last name, etc), as well as full support for all authentication patterns (Web Basic-Auth, SSO, etc) provided by the Experience Service Client Security Library.



Implementazione
    public function get securityManager():ISecurityManager

server

proprietà 
server:IServer  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Versioni runtime: AIR 2.6, Flash Player 10.2

Returns an IServer instance for the remote server associated with this session.



Implementazione
    public function get server():IServer

state

proprietà 
state:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Versioni runtime: AIR 2.6, Flash Player 10.2

Returns the current status of the ISession, valid values are contained in ServerConstants.



Implementazione
    public function get state():String

Elementi API correlati

Descrizione dei metodi

requestApplicationList

()metodo
public function requestApplicationList(onSuccess:Function = null, onFailure:Function = null):void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Versioni runtime: AIR 2.6, Flash Player 10.2

Initiates a network request to the associated server for a list of the Applications available to the current user. The result is an Array of type IApplicationListItem.

Parametri

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

requestCatalogList

()metodo 
public function requestCatalogList(onSuccess:Function = null, onFailure:Function = null):void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Versioni runtime: AIR 2.6, Flash Player 10.2

Initiates a network request to the associated server for a list of the Catalogs available to the current user. The result is an Array of type ICatalogListItem.

Parametri

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





[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.