| Package | mx.messaging.config | 
| Class | public class ServerConfig | 
| Inheritance | ServerConfig    Object | 
| Language Version: | ActionScript 3.0 | 
| Product Versions: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 | 
| Runtime Versions: | 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.
| Property | Defined By | ||
|---|---|---|---|
![]()  | constructor : Object 
	 A reference to the class object or constructor function for a given object instance.  | Object | |
| xml : XML [static] 
      The XML configuration; this value must contain the relevant portions of
      the <services> tag from the services-config.xml file.  | ServerConfig | ||
| Method | Defined By | ||
|---|---|---|---|
[static] 
      This method ensures that the destinations specified contain identical
      channel definitions.  | ServerConfig | ||
[static] 
      Returns a shared instance of the configured Channel.  | ServerConfig | ||
[static] 
      Returns a shared ChannelSet for use with the specified destination
      belonging to the service that handles the specified message type.  | ServerConfig | ||
[static] 
      Returns the property information for the specified destination
     
        | ServerConfig | ||
![]()  | 
	 Indicates whether an object has a specified property defined.  | Object | |
![]()  | 
	 Indicates whether an instance of the Object class is in the prototype chain of the object specified 
	 as the parameter.  | Object | |
![]()  | 
	 Indicates whether the specified property exists and is enumerable.  | Object | |
![]()  | 
     Sets the availability of a dynamic property for loop operations.  | Object | |
![]()  | 
	 Returns the string representation of this object, formatted according to locale-specific conventions.  | Object | |
![]()  | 
	 Returns the string representation of the specified object.  | Object | |
![]()  | 
	 Returns the primitive value of the specified object.  | Object | |
xml | property | 
xml:XML| Language Version: | ActionScript 3.0 | 
| Product Versions: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 | 
| Runtime Versions: | 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.
Implementation
    public static function get xml():XML    public static function set xml(value:XML):voidcheckChannelConsistency | () | method | 
 public static function checkChannelConsistency(destinationA:String, destinationB:String):void| Language Version: | ActionScript 3.0 | 
| Product Versions: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 | 
| Runtime Versions: | 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.
Parameters
destinationA:String — first destination to compare against
       | |
destinationB:String — second destination to compare channels with
       | 
getChannel | () | method | 
 public static function getChannel(id:String, clustered:Boolean = false):Channel| Language Version: | ActionScript 3.0 | 
| Product Versions: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 | 
| Runtime Versions: | Flash Player 9, AIR 1.1 | 
Returns a shared instance of the configured Channel.
Parameters
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.
     
       | 
Throws
InvalidChannelError  — If no Channel has the specified id.
      
       | 
getChannelSet | () | method | 
 public static function getChannelSet(destinationId:String):ChannelSet| Language Version: | ActionScript 3.0 | 
| Product Versions: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 | 
| Runtime Versions: | 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.
Parameters
destinationId:String — The target destination id.
     
       | 
ChannelSet — The ChannelSet.
     
       | 
Throws
InvalidDestinationError  — If the specified destination
                                      does not have channels and the application
                                      did not define default channels.
      
       | 
getProperties | () | method | 
 public static function getProperties(destinationId:String):XMLList| Language Version: | ActionScript 3.0 | 
| Product Versions: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 | 
| Runtime Versions: | Flash Player 9, AIR 1.1 | 
Returns the property information for the specified destination
Parameters
destinationId:String — The id of the desired destination.
     
       | 
XMLList — XMLList containing the <property> tag information.
     
       | 
Throws
InvalidDestinationError  — If the specified destination is not found.
      
       | 
Thu Dec 4 2014, 05:50 PM -08:00
 