패키지 | 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, 03:17 PM Z