| Package | com.adobe.mosaic.om.constants | 
| Class | public class ServerConstants | 
| Inheritance | ServerConstants    Object | 
| Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| Runtime Versions: | 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.
	 
	 Related API Elements
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
Public Properties
| Property | Defined By | ||
|---|---|---|---|
![]()  | constructor : Object 
	 A reference to the class object or constructor function for a given object instance.  | Object | |
Public Methods 
| Method | Defined By | ||
|---|---|---|---|
![]()  | 
	 Indicates whether an object has a specified property defined.  | Object | |
![]()  | 
	 Indicates whether an instance of the Object class is in the prototype chain of the object specified 
	 as the parameter.  | Object | |
![]()  | 
	 Indicates whether the specified property exists and is enumerable.  | Object | |
![]()  | 
     Sets the availability of a dynamic property for loop operations.  | Object | |
![]()  | 
	 Returns the string representation of this object, formatted according to locale-specific conventions.  | Object | |
![]()  | 
	 Returns the string representation of the specified object.  | Object | |
![]()  | 
	 Returns the primitive value of the specified object.  | Object | |
Public Constants
| Constant | Defined By | ||
|---|---|---|---|
| STATE_AUTHENTICATING : String = "authenticating" [static] 
		 Constant indicating an authenticating state between client and server.  | ServerConstants | ||
| STATE_CONNECTED : String = "connected" [static] 
		 Constant indicating a connected state between client and server.  | ServerConstants | ||
| STATE_CONNECTING : String = "connecting" [static] 
		 Constant indicating a connecting state between client and server.  | ServerConstants | ||
| STATE_DISCONNECTED : String = "disconnected" [static] 
		 Constant indicating a disconnected state between client and server.  | ServerConstants | ||
| STATE_ESTABLISHED : String = "established" [static] 
		 Constant indicating an established state between client and server.  | ServerConstants | ||
Constant Detail
STATE_AUTHENTICATING | Constant | 
public static const STATE_AUTHENTICATING:String = "authenticating"| Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| Runtime Versions: | AIR 2.6, Flash Player 10.2 | 
Constant indicating an authenticating state between client and server.
STATE_CONNECTED | Constant | 
public static const STATE_CONNECTED:String = "connected"| Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| Runtime Versions: | AIR 2.6, Flash Player 10.2 | 
Constant indicating a connected state between client and server.
STATE_CONNECTING | Constant | 
public static const STATE_CONNECTING:String = "connecting"| Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| Runtime Versions: | AIR 2.6, Flash Player 10.2 | 
Constant indicating a connecting state between client and server.
STATE_DISCONNECTED | Constant | 
public static const STATE_DISCONNECTED:String = "disconnected"| Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| Runtime Versions: | AIR 2.6, Flash Player 10.2 | 
Constant indicating a disconnected state between client and server.
STATE_ESTABLISHED | Constant | 
public static const STATE_ESTABLISHED:String = "established"| Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| Runtime Versions: | AIR 2.6, Flash Player 10.2 | 
Constant indicating an established state between client and server.
Thu Dec 4 2014, 05:50 PM -08:00
 