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():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 |
Mon Nov 28 2011, 06:48 AM -08:00