パッケージ | 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():String
copyright | プロパティ |
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():String
protocolVersion | プロパティ |
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():String
serverVersion | プロパティ |
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():String
url | プロパティ |
Tue Jun 12 2018, 10:34 AM Z