Pakket | com.adobe.mosaic.om.interfaces |
Interface | public interface IServer |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
IServer
interface defines methods for retrieving
Experience Server information.
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
build : String [alleen-lezen]
Returns the build for the Experience Server. | IServer | ||
copyright : String [alleen-lezen]
Returns the copyright for the Experience Server. | IServer | ||
protocolVersion : String [alleen-lezen]
Returns the protocolVersion for Experience Server. | IServer | ||
serverVersion : String [alleen-lezen]
Returns the server version of the Experience Server. | IServer | ||
url : String [alleen-lezen]
Returns the url for server. | IServer |
Eigenschapdetails
build | eigenschap |
build:String
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | 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.
Implementatie
public function get build():String
copyright | eigenschap |
copyright:String
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | 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.
Implementatie
public function get copyright():String
protocolVersion | eigenschap |
protocolVersion:String
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Returns the protocolVersion for Experience Server. This value is null if the request has not been made.
Implementatie
public function get protocolVersion():String
serverVersion | eigenschap |
serverVersion:String
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | 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.
Implementatie
public function get serverVersion():String
url | eigenschap |
Wed Jun 13 2018, 11:42 AM Z