FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
action< > returns string | getTrackerName
Helper action to return the name of the Position Tracker. |
action< > returns string | getTrackerType
Helper action to return the type of the Position Tracker. |
action< > returns com.apama.position.tracker.PSTrackerManagerInterface | getTrackerMgrIface
This action returns the underlying Position Tracker Manager interface that was returned by the Position Service when the Generic Position Tracker was registered. |
action<integer, com.apama.position.tracker.generic.SliceKey, com.apama.position.Position > | updateAbsolutePosition
This action causes the cached position of the specified instance to be updated by an absolute position, and the update is then published to the set of publication contexts for that instance. |
action<integer, com.apama.position.tracker.generic.SliceKey, com.apama.position.Position > | updateRelativePosition
This action causes the cached position of the specified instance to be updated by a relative position, and the update is then published to the set of publication contexts for that instance. |
action<integer, com.apama.position.tracker.generic.SliceKey, com.apama.position.Position > | updateAbsolutePositionWithoutPublication
This action causes the cached position of the specified instance to be updated by an absolute position. This action is similar to the updateAbsolutePosition() action, but the position update is not published. |
action<integer, com.apama.position.tracker.generic.SliceKey, com.apama.position.Position > | updateRelativePositionWithoutPublication
This action causes the cached position of the specified instance to be updated by a relative position. This action is similar to the updateRelativePosition() action, but the position update is not published. |
action<integer, com.apama.oms.OrderState > returns dictionary<string, string > | getOrderUpdateExtraParams
This is a helper action to return a set of extra parameters based on the order that has caused a position to be updated. |
Member Detail |
---|
action<integer, com.apama.oms.OrderState > returns dictionary<string, string > getOrderUpdateExtraParamsThis is a helper action to return a set of extra parameters based on the order that has caused a position to be updated.
action< > returns com.apama.position.tracker.PSTrackerManagerInterface getTrackerMgrIfaceThis action returns the underlying Position Tracker Manager interface that was returned by the Position Service when the Generic Position Tracker was registered.
action< > returns string getTrackerNameHelper action to return the name of the Position Tracker.
action< > returns string getTrackerTypeHelper action to return the type of the Position Tracker.
action<integer, com.apama.position.tracker.generic.SliceKey, com.apama.position.Position > updateAbsolutePositionThis action causes the cached position of the specified instance to be updated by an absolute position, and the update is then published to the set of publication contexts for that instance.
action<integer, com.apama.position.tracker.generic.SliceKey, com.apama.position.Position > updateAbsolutePositionWithoutPublicationThis action causes the cached position of the specified instance to be updated by an absolute position. This action is similar to the updateAbsolutePosition() action, but the position update is not published.
action<integer, com.apama.position.tracker.generic.SliceKey, com.apama.position.Position > updateRelativePositionThis action causes the cached position of the specified instance to be updated by a relative position, and the update is then published to the set of publication contexts for that instance.
action<integer, com.apama.position.tracker.generic.SliceKey, com.apama.position.Position > updateRelativePositionWithoutPublicationThis action causes the cached position of the specified instance to be updated by a relative position. This action is similar to the updateRelativePosition() action, but the position update is not published.
FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |