Pakiet | mx.messaging.config |
Klasa | public class ServerConfig |
Dziedziczenie | ServerConfig Object |
Wersja języka: | ActionScript 3.0 |
Wersje produktu: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | 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.
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
xml : XML [statyczny]
The XML configuration; this value must contain the relevant portions of
the <services> tag from the services-config.xml file. | ServerConfig |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
[statyczny]
This method ensures that the destinations specified contain identical
channel definitions. | ServerConfig | ||
[statyczny]
Returns a shared instance of the configured Channel. | ServerConfig | ||
[statyczny]
Returns a shared ChannelSet for use with the specified destination
belonging to the service that handles the specified message type. | ServerConfig | ||
[statyczny]
Returns the property information for the specified destination
| ServerConfig | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
xml | właściwość |
xml:XML
Wersja języka: | ActionScript 3.0 |
Wersje produktu: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | 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.
Implementacja
public static function get xml():XML
public static function set xml(value:XML):void
checkChannelConsistency | () | metoda |
public static function checkChannelConsistency(destinationA:String, destinationB:String):void
Wersja języka: | ActionScript 3.0 |
Wersje produktu: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | 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.
Parametry
destinationA:String — first destination to compare against
| |
destinationB:String — second destination to compare channels with
|
getChannel | () | metoda |
public static function getChannel(id:String, clustered:Boolean = false):Channel
Wersja języka: | ActionScript 3.0 |
Wersje produktu: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Returns a shared instance of the configured Channel.
Parametry
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.
|
Zgłasza
InvalidChannelError — If no Channel has the specified id.
|
getChannelSet | () | metoda |
public static function getChannelSet(destinationId:String):ChannelSet
Wersja języka: | ActionScript 3.0 |
Wersje produktu: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | 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.
Parametry
destinationId:String — The target destination id.
|
ChannelSet — The ChannelSet.
|
Zgłasza
InvalidDestinationError — If the specified destination
does not have channels and the application
did not define default channels.
|
getProperties | () | metoda |
public static function getProperties(destinationId:String):XMLList
Wersja języka: | ActionScript 3.0 |
Wersje produktu: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Returns the property information for the specified destination
Parametry
destinationId:String — The id of the desired destination.
|
XMLList — XMLList containing the <property> tag information.
|
Zgłasza
InvalidDestinationError — If the specified destination is not found.
|
Tue Jun 12 2018, 12:06 PM Z