Pakiet | com.adobe.mosaic.om.constants |
Klasa | public class ServerConstants |
Dziedziczenie | ServerConstants Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | 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.
Powiązane elementy interfejsu API
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
Właściwości publiczne
Metody publiczne
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
STATE_AUTHENTICATING : String = "authenticating" [statyczny]
Constant indicating an authenticating state between client and server. | ServerConstants | ||
STATE_CONNECTED : String = "connected" [statyczny]
Constant indicating a connected state between client and server. | ServerConstants | ||
STATE_CONNECTING : String = "connecting" [statyczny]
Constant indicating a connecting state between client and server. | ServerConstants | ||
STATE_DISCONNECTED : String = "disconnected" [statyczny]
Constant indicating a disconnected state between client and server. | ServerConstants | ||
STATE_ESTABLISHED : String = "established" [statyczny]
Constant indicating an established state between client and server. | ServerConstants |
Szczegół stałej
STATE_AUTHENTICATING | Stała |
public static const STATE_AUTHENTICATING:String = "authenticating"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Constant indicating an authenticating state between client and server.
STATE_CONNECTED | Stała |
public static const STATE_CONNECTED:String = "connected"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Constant indicating a connected state between client and server.
STATE_CONNECTING | Stała |
public static const STATE_CONNECTING:String = "connecting"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Constant indicating a connecting state between client and server.
STATE_DISCONNECTED | Stała |
public static const STATE_DISCONNECTED:String = "disconnected"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Constant indicating a disconnected state between client and server.
STATE_ESTABLISHED | Stała |
public static const STATE_ESTABLISHED:String = "established"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Constant indicating an established state between client and server.
Tue Jun 12 2018, 12:06 PM Z