Pacote | mx.messaging.config |
Classe | public class ServerConfig |
Herança | ServerConfig Object |
Versão da linguagem: | ActionScript 3.0 |
Versões de produto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | 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.
Propriedade | Definido por | ||
---|---|---|---|
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
xml : XML [estático]
The XML configuration; this value must contain the relevant portions of
the <services> tag from the services-config.xml file. | ServerConfig |
Método | Definido por | ||
---|---|---|---|
[estático]
This method ensures that the destinations specified contain identical
channel definitions. | ServerConfig | ||
[estático]
Returns a shared instance of the configured Channel. | ServerConfig | ||
[estático]
Returns a shared ChannelSet for use with the specified destination
belonging to the service that handles the specified message type. | ServerConfig | ||
[estático]
Returns the property information for the specified destination
| ServerConfig | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
xml | propriedade |
xml:XML
Versão da linguagem: | ActionScript 3.0 |
Versões de produto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | 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.
Implementação
public static function get xml():XML
public static function set xml(value:XML):void
checkChannelConsistency | () | método |
public static function checkChannelConsistency(destinationA:String, destinationB:String):void
Versão da linguagem: | ActionScript 3.0 |
Versões de produto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | 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.
Parâmetros
destinationA:String — first destination to compare against
| |
destinationB:String — second destination to compare channels with
|
getChannel | () | método |
public static function getChannel(id:String, clustered:Boolean = false):Channel
Versão da linguagem: | ActionScript 3.0 |
Versões de produto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Returns a shared instance of the configured Channel.
Parâmetros
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.
|
Lança
InvalidChannelError — If no Channel has the specified id.
|
getChannelSet | () | método |
public static function getChannelSet(destinationId:String):ChannelSet
Versão da linguagem: | ActionScript 3.0 |
Versões de produto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | 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.
Parâmetros
destinationId:String — The target destination id.
|
ChannelSet — The ChannelSet.
|
Lança
InvalidDestinationError — If the specified destination
does not have channels and the application
did not define default channels.
|
getProperties | () | método |
public static function getProperties(destinationId:String):XMLList
Versão da linguagem: | ActionScript 3.0 |
Versões de produto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Returns the property information for the specified destination
Parâmetros
destinationId:String — The id of the desired destination.
|
XMLList — XMLList containing the <property> tag information.
|
Lança
InvalidDestinationError — If the specified destination is not found.
|
Wed Jun 13 2018, 11:10 AM Z