| Package | com.adobe.mosaic.om.interfaces |
| Interface | public interface IServer |
| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
IServer interface defines methods for retrieving
Experience Server information.
Propriétés publiques
| Propriété | Défini par | ||
|---|---|---|---|
| build : String [lecture seule]
Returns the build for the Experience Server. | IServer | ||
| copyright : String [lecture seule]
Returns the copyright for the Experience Server. | IServer | ||
| protocolVersion : String [lecture seule]
Returns the protocolVersion for Experience Server. | IServer | ||
| serverVersion : String [lecture seule]
Returns the server version of the Experience Server. | IServer | ||
| url : String [lecture seule]
Returns the url for server. | IServer | ||
Détails de la propriété
build | propriété |
build:String [lecture seule] | Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versions du moteur d’exécution: | 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.
Implémentation
public function get build():Stringcopyright | propriété |
copyright:String [lecture seule] | Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versions du moteur d’exécution: | 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.
Implémentation
public function get copyright():StringprotocolVersion | propriété |
protocolVersion:String [lecture seule] | Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Returns the protocolVersion for Experience Server. This value is null if the request has not been made.
Implémentation
public function get protocolVersion():StringserverVersion | propriété |
serverVersion:String [lecture seule] | Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versions du moteur d’exécution: | 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.
Implémentation
public function get serverVersion():Stringurl | propriété |
url:String [lecture seule] | Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Returns the url for server.
Implémentation
public function get url():StringTue Jun 12 2018, 09:30 AM Z