| Package | com.adobe.mosaic.om.interfaces | 
| Interface | public interface IServer | 
| 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 | 
IServer interface defines methods for retrieving 
	 Experience Server information.
	 
	 Public Properties
| Property | Defined By | ||
|---|---|---|---|
| build : String [read-only] 
		 Returns the build for the Experience Server.  | IServer | ||
| copyright : String [read-only] 
		 Returns the copyright for the Experience Server.  | IServer | ||
| protocolVersion : String [read-only] 
		 Returns the protocolVersion for Experience Server.  | IServer | ||
| serverVersion : String [read-only] 
		 Returns the server version of the Experience Server.  | IServer | ||
| url : String [read-only] 
		 Returns the url for server.  | IServer | ||
Property Detail
build | property | 
build:String  [read-only] | 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 | 
Returns the build for the Experience Server. This value is null if the request has not been made.
Implementation
    public function get build():Stringcopyright | property | 
copyright:String  [read-only] | 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 | 
Returns the copyright for the Experience Server. This value is null if the request has not been made.
Implementation
    public function get copyright():StringprotocolVersion | property | 
protocolVersion:String  [read-only] | 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 | 
Returns the protocolVersion for Experience Server. This value is null if the request has not been made.
Implementation
    public function get protocolVersion():StringserverVersion | property | 
serverVersion:String  [read-only] | 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 | 
Returns the server version of the Experience Server. This value is null when the server has not yet connected, or the connection has been closed.
Implementation
    public function get serverVersion():Stringurl | property | 
Thu Dec 4 2014, 05:50 PM -08:00