Packagecom.esri.tracking.connector
Classpublic class GatewayData
InheritanceGatewayData Inheritance Object



Public Properties
 PropertyDefined By
  connectionProperties : ArrayCollection
[read-only] The collection of connection properties.
GatewayData
  processProperties : ArrayCollection
[read-only] The collection of process properties.
GatewayData
  services : ArrayCollection
[read-only] The collection of services included in this gateway data instance.
GatewayData
  servicesXML : XML
[read-only] The services properties as an XML document.
GatewayData
Public Methods
 MethodDefined By
  
getServiceProperties(serviceName:String):ArrayCollection
The collection of service properties.
GatewayData
  
GatewayData
Property Detail
connectionPropertiesproperty
connectionProperties:ArrayCollection  [read-only]

The collection of connection properties.


Implementation
    public function get connectionProperties():ArrayCollection
processPropertiesproperty 
processProperties:ArrayCollection  [read-only]

The collection of process properties.


Implementation
    public function get processProperties():ArrayCollection
servicesproperty 
services:ArrayCollection  [read-only]

The collection of services included in this gateway data instance.


Implementation
    public function get services():ArrayCollection
servicesXMLproperty 
servicesXML:XML  [read-only]

The services properties as an XML document.


Implementation
    public function get servicesXML():XML
Method Detail
getServiceProperties()method
public function getServiceProperties(serviceName:String):ArrayCollection

The collection of service properties.

Parameters

serviceName:String

Returns
ArrayCollection
populateServiceProperties()method 
public function populateServiceProperties():Boolean

Returns
Boolean