| Пакет | com.adobe.mosaic.om.interfaces |
| Интерфейс | public interface IServer |
| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
IServer interface defines methods for retrieving
Experience Server information.
Общедоступные свойства
| Свойство | Определено | ||
|---|---|---|---|
| build : String [только для чтения]
Returns the build for the Experience Server. | IServer | ||
| copyright : String [только для чтения]
Returns the copyright for the Experience Server. | IServer | ||
| protocolVersion : String [только для чтения]
Returns the protocolVersion for Experience Server. | IServer | ||
| serverVersion : String [только для чтения]
Returns the server version of the Experience Server. | IServer | ||
| url : String [только для чтения]
Returns the url for server. | IServer | ||
Сведения о свойстве
build | свойство |
build:String [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Версии среды выполнения: | 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.
Реализация
public function get build():Stringcopyright | свойство |
copyright:String [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Версии среды выполнения: | 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.
Реализация
public function get copyright():StringprotocolVersion | свойство |
protocolVersion:String [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Returns the protocolVersion for Experience Server. This value is null if the request has not been made.
Реализация
public function get protocolVersion():StringserverVersion | свойство |
serverVersion:String [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Версии среды выполнения: | 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.
Реализация
public function get serverVersion():Stringurl | свойство |
Tue Jun 12 2018, 11:34 AM Z