com.apama.position
Event TrackerInfo


This event object is returned from the Position Service Interface when requested by the getTrackerInfo() action.
See Also:
com.apama.position.PSInterface#getTrackerInfo - The action to get information about a specific Position Tracker

Member summary
 stringname

The name of the Position Tracker this information relates too.
 stringtype

The type of the Position Tracker this information relates too.
 com.apama.position.PositionConfigSchemaconfigSchema

The Configuration Schema of this Position Tracker.
 contextctx

The context that this Position Tracker has been created in.
 booleanregistered

A flag to indicate if this Position Tracker has been registered or not.
 
Member detail

configSchema

com.apama.position.PositionConfigSchema configSchema
The Configuration Schema of this Position Tracker.

ctx

context ctx
The context that this Position Tracker has been created in.

name

string name
The name of the Position Tracker this information relates too.

registered

boolean registered
A flag to indicate if this Position Tracker has been registered or not.

type

string type
The type of the Position Tracker this information relates too.