ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.mosaic.om.interfaces 

IServer  - AS3 ADEP Composite Application

Packagecom.adobe.mosaic.om.interfaces
Interfacepublic 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

The IServer interface defines methods for retrieving Experience Server information.



Public Properties
 PropertyDefined 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():String

copyright

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():String

protocolVersion

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():String

serverVersion

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():String

url

property 
url: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 url for server.



Implementation
    public function get url():String