FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
action<integer, 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.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.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.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 > | publishPosition
This action publishes the specified instances current position to the set of publication contexts. |
action<integer, integer, com.apama.position.Position > | publishSymbolSlicePosition
This action publishes the specified position update to a Symbol Slice to the set of publication contexts. |
action< > returns integer | getTrackerId
This action returns the Position Tracker Interface Id of the current interface. This ID uniquely identifies an instance of the Position Tracker Interface. |
action<integer > returns sequence<context > | getPublicationContexts
This action returns a sequence of contexts that the position will be published to for a specified Position Tracker instance. |
action<integer > returns com.apama.position.PositionConfigParams | getConfigDetails
This action returns the configuration details of a specific subscription that was made to the Position Tracker instance. |
action< > returns dictionary<integer, com.apama.position.PositionConfigParams > | getAllConfigDetails
This action returns the configuration details of all subscriptions that were made to the Position Tracker instance. |
action<integer > returns com.apama.position.Position | getCurrentPosition
This action returns current position information for the specified Position Tracker instance. |
action< > returns dictionary<integer, com.apama.position.Position > | getAllCurrentPositions
This action returns current position information for all Position Tracker instances. |
action<action<integer, boolean, string > > | deregisterTracker
This action deletes the existing Position Tracker Interface, and cleans up any existing state information held by this interface. |
Member Detail |
---|
action<action<integer, boolean, string > > deregisterTrackerThis action deletes the existing Position Tracker Interface, and cleans up any existing state information held by this interface.
action< > returns dictionary<integer, com.apama.position.PositionConfigParams > getAllConfigDetailsThis action returns the configuration details of all subscriptions that were made to the Position Tracker instance.
action< > returns dictionary<integer, com.apama.position.Position > getAllCurrentPositionsThis action returns current position information for all Position Tracker instances.
action<integer > returns com.apama.position.PositionConfigParams getConfigDetailsThis action returns the configuration details of a specific subscription that was made to the Position Tracker instance.
action<integer > returns com.apama.position.Position getCurrentPositionThis action returns current position information for the specified Position Tracker instance.
action<integer > returns sequence<context > getPublicationContextsThis action returns a sequence of contexts that the position will be published to for a specified Position Tracker instance.
action< > returns integer getTrackerIdThis action returns the Position Tracker Interface Id of the current interface. This ID uniquely identifies an instance of the Position Tracker Interface.
action<integer > publishPositionThis action publishes the specified instances current position to the set of publication contexts.
action<integer, integer, com.apama.position.Position > publishSymbolSlicePositionThis action publishes the specified position update to a Symbol Slice to the set of publication contexts.
action<integer, 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.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.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.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 |