Paquete | com.adobe.mosaic.om.interfaces |
Interfaz | public interface IServer |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
IServer
interface defines methods for retrieving
Experience Server information.
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
build : String [solo lectura]
Returns the build for the Experience Server. | IServer | ||
copyright : String [solo lectura]
Returns the copyright for the Experience Server. | IServer | ||
protocolVersion : String [solo lectura]
Returns the protocolVersion for Experience Server. | IServer | ||
serverVersion : String [solo lectura]
Returns the server version of the Experience Server. | IServer | ||
url : String [solo lectura]
Returns the url for server. | IServer |
Información sobre propiedades
build | propiedad |
build:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | 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.
Implementación
public function get build():String
copyright | propiedad |
copyright:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | 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.
Implementación
public function get copyright():String
protocolVersion | propiedad |
protocolVersion:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Returns the protocolVersion for Experience Server. This value is null if the request has not been made.
Implementación
public function get protocolVersion():String
serverVersion | propiedad |
serverVersion:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | 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.
Implementación
public function get serverVersion():String
url | propiedad |
url:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Returns the url for server.
Implementación
public function get url():String
Tue Jun 12 2018, 02:12 PM Z