| Paket | com.adobe.mosaic.om.interfaces |
| Arabirim | public interface IServer |
| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
IServer interface defines methods for retrieving
Experience Server information.
Genel Özellikler
| Özellik | Tanımlayan: | ||
|---|---|---|---|
| build : String [salt okunur]
Returns the build for the Experience Server. | IServer | ||
| copyright : String [salt okunur]
Returns the copyright for the Experience Server. | IServer | ||
| protocolVersion : String [salt okunur]
Returns the protocolVersion for Experience Server. | IServer | ||
| serverVersion : String [salt okunur]
Returns the server version of the Experience Server. | IServer | ||
| url : String [salt okunur]
Returns the url for server. | IServer | ||
Özellik Ayrıntısı
build | özellik |
build:String [salt okunur] | Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Çalışma Zamanı Sürümleri: | 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.
Uygulama
public function get build():Stringcopyright | özellik |
copyright:String [salt okunur] | Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Çalışma Zamanı Sürümleri: | 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.
Uygulama
public function get copyright():StringprotocolVersion | özellik |
protocolVersion:String [salt okunur] | Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Returns the protocolVersion for Experience Server. This value is null if the request has not been made.
Uygulama
public function get protocolVersion():StringserverVersion | özellik |
serverVersion:String [salt okunur] | Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Çalışma Zamanı Sürümleri: | 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.
Uygulama
public function get serverVersion():Stringurl | özellik |
Tue Jun 12 2018, 01:09 PM Z