패키지 | mx.messaging.config |
클래스 | public class ServerConfig |
상속 | ServerConfig Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
The XML source is provided during the compilation process. However, there is currently no internal restriction preventing the acquisition of this XML data by other means, such as network, local file system, or shared object at runtime.
속성 | 정의 주체 | ||
---|---|---|---|
constructor : Object
지정된 객체 인스턴스의 클래스 객체 또는 생성자 함수에 대한 참조입니다. | Object | ||
xml : XML [정적]
The XML configuration; this value must contain the relevant portions of
the <services> tag from the services-config.xml file. | ServerConfig |
메서드 | 정의 주체 | ||
---|---|---|---|
[정적]
This method ensures that the destinations specified contain identical
channel definitions. | ServerConfig | ||
[정적]
Returns a shared instance of the configured Channel. | ServerConfig | ||
[정적]
Returns a shared ChannelSet for use with the specified destination
belonging to the service that handles the specified message type. | ServerConfig | ||
[정적]
Returns the property information for the specified destination
| ServerConfig | ||
지정된 속성이 객체에 정의되어 있는지 여부를 나타냅니다. | Object | ||
Object 클래스의 인스턴스가 매개 변수로 지정된 객체의 프로토타입 체인에 있는지 여부를 나타냅니다. | Object | ||
지정된 속성이 존재하고 열거 가능한지 여부를 나타냅니다. | Object | ||
루프 작업에서 동적 속성을 사용할 수 있는지 여부를 설정합니다. | Object | ||
로캘별 규칙에 따라 서식이 지정된 이 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 프리미티브 값을 반환합니다. | Object |
xml | 속성 |
xml:XML
언어 버전: | ActionScript 3.0 |
제품 버전: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
The XML configuration; this value must contain the relevant portions of the <services> tag from the services-config.xml file.
구현
public static function get xml():XML
public static function set xml(value:XML):void
checkChannelConsistency | () | 메서드 |
public static function checkChannelConsistency(destinationA:String, destinationB:String):void
언어 버전: | ActionScript 3.0 |
제품 버전: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
This method ensures that the destinations specified contain identical channel definitions. If the channel definitions between the two destinations specified are not identical this method will throw an ArgumentError.
매개 변수
destinationA:String — first destination to compare against
| |
destinationB:String — second destination to compare channels with
|
getChannel | () | 메서드 |
public static function getChannel(id:String, clustered:Boolean = false):Channel
언어 버전: | ActionScript 3.0 |
제품 버전: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Returns a shared instance of the configured Channel.
매개 변수
id:String — The id of the desired Channel.
| |
clustered:Boolean (default = false ) — True if the Channel will be used in a clustered
fashion; otherwise false.
|
Channel — The Channel instance.
|
오류
InvalidChannelError — If no Channel has the specified id.
|
getChannelSet | () | 메서드 |
public static function getChannelSet(destinationId:String):ChannelSet
언어 버전: | ActionScript 3.0 |
제품 버전: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Returns a shared ChannelSet for use with the specified destination belonging to the service that handles the specified message type.
매개 변수
destinationId:String — The target destination id.
|
ChannelSet — The ChannelSet.
|
오류
InvalidDestinationError — If the specified destination
does not have channels and the application
did not define default channels.
|
getProperties | () | 메서드 |
public static function getProperties(destinationId:String):XMLList
언어 버전: | ActionScript 3.0 |
제품 버전: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Returns the property information for the specified destination
매개 변수
destinationId:String — The id of the desired destination.
|
XMLList — XMLList containing the <property> tag information.
|
오류
InvalidDestinationError — If the specified destination is not found.
|
Tue Jun 12 2018, 03:17 PM Z