Paket | com.adobe.mosaic.om.constants |
Klass | public class ServerConstants |
Arv | ServerConstants Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | 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.
Relaterade API-element
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
Publika egenskaper
Publika metoder
Publika konstanter
Konstant | Definieras med | ||
---|---|---|---|
STATE_AUTHENTICATING : String = "authenticating" [statisk]
Constant indicating an authenticating state between client and server. | ServerConstants | ||
STATE_CONNECTED : String = "connected" [statisk]
Constant indicating a connected state between client and server. | ServerConstants | ||
STATE_CONNECTING : String = "connecting" [statisk]
Constant indicating a connecting state between client and server. | ServerConstants | ||
STATE_DISCONNECTED : String = "disconnected" [statisk]
Constant indicating a disconnected state between client and server. | ServerConstants | ||
STATE_ESTABLISHED : String = "established" [statisk]
Constant indicating an established state between client and server. | ServerConstants |
Konstantdetaljer
STATE_AUTHENTICATING | Konstant |
public static const STATE_AUTHENTICATING:String = "authenticating"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Constant indicating an authenticating state between client and server.
STATE_CONNECTED | Konstant |
public static const STATE_CONNECTED:String = "connected"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Constant indicating a connected state between client and server.
STATE_CONNECTING | Konstant |
public static const STATE_CONNECTING:String = "connecting"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Constant indicating a connecting state between client and server.
STATE_DISCONNECTED | Konstant |
public static const STATE_DISCONNECTED:String = "disconnected"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Constant indicating a disconnected state between client and server.
STATE_ESTABLISHED | Konstant |
public static const STATE_ESTABLISHED:String = "established"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Constant indicating an established state between client and server.
Tue Jun 12 2018, 01:40 PM Z