Paket | com.adobe.mosaic.om.interfaces |
Gränssnitt | public interface IServer |
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 |
IServer
interface defines methods for retrieving
Experience Server information.
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
build : String [skrivskyddad]
Returns the build for the Experience Server. | IServer | ||
copyright : String [skrivskyddad]
Returns the copyright for the Experience Server. | IServer | ||
protocolVersion : String [skrivskyddad]
Returns the protocolVersion for Experience Server. | IServer | ||
serverVersion : String [skrivskyddad]
Returns the server version of the Experience Server. | IServer | ||
url : String [skrivskyddad]
Returns the url for server. | IServer |
Egenskapsdetaljer
build | egenskap |
build:String
[skrivskyddad] 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 |
Returns the build for the Experience Server. This value is null if the request has not been made.
Implementering
public function get build():String
copyright | egenskap |
copyright:String
[skrivskyddad] 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 |
Returns the copyright for the Experience Server. This value is null if the request has not been made.
Implementering
public function get copyright():String
protocolVersion | egenskap |
protocolVersion:String
[skrivskyddad] 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 |
Returns the protocolVersion for Experience Server. This value is null if the request has not been made.
Implementering
public function get protocolVersion():String
serverVersion | egenskap |
serverVersion:String
[skrivskyddad] 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 |
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.
Implementering
public function get serverVersion():String
url | egenskap |
Tue Jun 12 2018, 01:40 PM Z