Paket | com.adobe.mosaic.om.constants |
Klasse | public class ServerConstants |
Vererbung | ServerConstants Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Laufzeitversionen: | 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.
Verwandte API-Elemente
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
Öffentliche Eigenschaften
Öffentliche Methoden
Öffentliche Konstanten
Konstante | Definiert von | ||
---|---|---|---|
STATE_AUTHENTICATING : String = "authenticating" [statisch]
Constant indicating an authenticating state between client and server. | ServerConstants | ||
STATE_CONNECTED : String = "connected" [statisch]
Constant indicating a connected state between client and server. | ServerConstants | ||
STATE_CONNECTING : String = "connecting" [statisch]
Constant indicating a connecting state between client and server. | ServerConstants | ||
STATE_DISCONNECTED : String = "disconnected" [statisch]
Constant indicating a disconnected state between client and server. | ServerConstants | ||
STATE_ESTABLISHED : String = "established" [statisch]
Constant indicating an established state between client and server. | ServerConstants |
Konstantendetails
STATE_AUTHENTICATING | Konstante |
public static const STATE_AUTHENTICATING:String = "authenticating"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Constant indicating an authenticating state between client and server.
STATE_CONNECTED | Konstante |
public static const STATE_CONNECTED:String = "connected"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Constant indicating a connected state between client and server.
STATE_CONNECTING | Konstante |
public static const STATE_CONNECTING:String = "connecting"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Constant indicating a connecting state between client and server.
STATE_DISCONNECTED | Konstante |
public static const STATE_DISCONNECTED:String = "disconnected"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Constant indicating a disconnected state between client and server.
STATE_ESTABLISHED | Konstante |
public static const STATE_ESTABLISHED:String = "established"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Constant indicating an established state between client and server.
Tue Jun 12 2018, 10:04 AM Z