Package | com.esri.tracking.connector |
Class | public class MessageFormatManager |
Inheritance | MessageFormatManager ![]() |
Property | Defined By | ||
---|---|---|---|
messageDefinitions : Array [read-only]
MessageDefinitions returned by Tracking Server. | MessageFormatManager | ||
services : Array [read-only]
Services returned by Tracking Server. | MessageFormatManager |
Method | Defined By | ||
---|---|---|---|
Returns the Message Definition by matching the provided name and type. | MessageFormatManager | ||
getMessageDefinitionByGuid(guid:String):MessageDefinition
Returns the Message Definition by matching the provided GUID. | MessageFormatManager | ||
getTrackingService(name:String):Service
Returns the Service by matching the provided name. | MessageFormatManager | ||
getTrackingServiceNames():Array
Returns an Array of all the service names. | MessageFormatManager |
messageDefinitions | property |
messageDefinitions:Array
[read-only] MessageDefinitions returned by Tracking Server.
public function get messageDefinitions():Array
See also
services | property |
services:Array
[read-only] Services returned by Tracking Server.
public function get services():Array
See also
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.
|
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
|
MessageDefinition —
|
getTrackingService | () | method |
public function getTrackingService(name:String):Service
Returns the Service by matching the provided name.
Parameters
name:String — Name of the Service.
|
Service —
|
getTrackingServiceNames | () | method |
public function getTrackingServiceNames():Array
Returns an Array of all the service names.
ReturnsArray — Array of Strings
|