FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
string | trackerName
The name of the Position Tracker that was subscribed to. |
string | trackerType
The type of the Position Tracker that was subscribed to. |
com.apama.position.PositionConfigParams | config
A PositionConfigParams object containing any subscription configuration that was used. |
context | trackerContext
The context of the Position Tracker that was subscribed to. |
integer | refCount
A reference count of how many subscriptions have been made to this specific Position Tracker instance. |
com.apama.position.Position | currentPosition
The current position for this subscription. |
Action Summary | |
---|---|
com.apama.position.PositionConfigParams |
getConfig()
Helper action to return the dictionary containing all the configuration information that was used to subscribe to the Position Service. |
com.apama.position.Position |
getPosition()
Helper action to return the current position for this subscription. |
string |
getTrackerName()
Helper action to return the name of the Position Tracker. |
string |
getTrackerType()
Helper action to return the type of the Position Tracker. |
Member Detail |
---|
com.apama.position.PositionConfigParams configA PositionConfigParams object containing any subscription configuration that was used.
com.apama.position.Position currentPositionThe current position for this subscription.
integer refCountA reference count of how many subscriptions have been made to this specific Position Tracker instance.
context trackerContextThe context of the Position Tracker that was subscribed to.
string trackerNameThe name of the Position Tracker that was subscribed to.
string trackerTypeThe type of the Position Tracker that was subscribed to.
Action Detail |
---|
com.apama.position.PositionConfigParams getConfig()Helper action to return the dictionary containing all the configuration information that was used to subscribe to the Position Service.
com.apama.position.Position getPosition()Helper action to return the current position for this subscription.
string getTrackerName()Helper action to return the name of the Position Tracker.
string getTrackerType()Helper action to return the type of the Position Tracker.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |