Packagecom.esri.tracking.connector
Classpublic class MessageFormatManager
InheritanceMessageFormatManager Inheritance Object

Provides access to Services and Message Definitions returned from Tracking Server. Instances are created internally. The constructor should not be used.



Public Properties
 PropertyDefined By
  messageDefinitions : Array
[read-only] MessageDefinitions returned by Tracking Server.
MessageFormatManager
  services : Array
[read-only] Services returned by Tracking Server.
MessageFormatManager
Public Methods
 MethodDefined By
  
Returns the Message Definition by matching the provided name and type.
MessageFormatManager
  
Returns the Message Definition by matching the provided GUID.
MessageFormatManager
  
Returns the Service by matching the provided name.
MessageFormatManager
  
Returns an Array of all the service names.
MessageFormatManager
Property Detail
messageDefinitionsproperty
messageDefinitions:Array  [read-only]

MessageDefinitions returned by Tracking Server.


Implementation
    public function get messageDefinitions():Array

See also

servicesproperty 
services:Array  [read-only]

Services returned by Tracking Server.


Implementation
    public function get services():Array

See also

Method Detail
getMessageDefinition()method
public function getMessageDefinition(name:String, type:MessageDefinitionType):MessageDefinition

Returns the Message Definition by matching the provided name and type.

Parameters

name:String — Name of the Message Definition.
 
type:MessageDefinitionType — Type of the Message Definition.

Returns
MessageDefinition
getMessageDefinitionByGuid()method 
public function getMessageDefinitionByGuid(guid:String):MessageDefinition

Returns the Message Definition by matching the provided GUID.

Parameters

guid:String — Guid of the Message Definition

Returns
MessageDefinition
getTrackingService()method 
public function getTrackingService(name:String):Service

Returns the Service by matching the provided name.

Parameters

name:String — Name of the Service.

Returns
Service
getTrackingServiceNames()method 
public function getTrackingServiceNames():Array

Returns an Array of all the service names.

Returns
Array — Array of Strings