Package | com.adobe.mosaic.om.constants |
Classe | public class ServerConstants |
Héritage | ServerConstants Object |
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
ServerConstants
provides constants to indicate the current
status of a Server in its lifecycle and connection status to the client.
Eléments de l’API associés
com.adobe.mosaic.mxml.ServerSession
com.adobe.mosaic.om.interfaces.ISession
com.adobe.mosaic.om.interfaces.IServer
com.adobe.mosaic.om.interfaces.ISession
com.adobe.mosaic.om.interfaces.IServer
Propriétés publiques
Méthodes publiques
Constantes publiques
Constante | Défini par | ||
---|---|---|---|
STATE_AUTHENTICATING : String = "authenticating" [statique]
Constant indicating an authenticating state between client and server. | ServerConstants | ||
STATE_CONNECTED : String = "connected" [statique]
Constant indicating a connected state between client and server. | ServerConstants | ||
STATE_CONNECTING : String = "connecting" [statique]
Constant indicating a connecting state between client and server. | ServerConstants | ||
STATE_DISCONNECTED : String = "disconnected" [statique]
Constant indicating a disconnected state between client and server. | ServerConstants | ||
STATE_ESTABLISHED : String = "established" [statique]
Constant indicating an established state between client and server. | ServerConstants |
Détails de la constante
STATE_AUTHENTICATING | Constante |
public static const STATE_AUTHENTICATING:String = "authenticating"
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Constant indicating an authenticating state between client and server.
STATE_CONNECTED | Constante |
public static const STATE_CONNECTED:String = "connected"
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Constant indicating a connected state between client and server.
STATE_CONNECTING | Constante |
public static const STATE_CONNECTING:String = "connecting"
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Constant indicating a connecting state between client and server.
STATE_DISCONNECTED | Constante |
public static const STATE_DISCONNECTED:String = "disconnected"
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Constant indicating a disconnected state between client and server.
STATE_ESTABLISHED | Constante |
public static const STATE_ESTABLISHED:String = "established"
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Constant indicating an established state between client and server.
Tue Jun 12 2018, 09:30 AM Z