FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
action<string, string, com.apama.position.PositionConfigParams, action<integer, com.apama.position.SubscriptionDetails, boolean, string > > | subscribe
This action makes a subscription request to the Position Service Manager for the Position Tracker defined, using the provided configuration details. |
action<string, string, com.apama.position.PositionConfigParams, action<integer, com.apama.position.Position >, action<integer, com.apama.position.SubscriptionDetails, integer, boolean, string > > | subscribeAndMonitor
This action makes a subscription request to the Position Service Manager for the Position Tracker defined, using the provided configuration details. |
action<integer, action<integer, boolean, string > > | unsubscribe
This action requests to unsubscribe an existing subscription using the subscription Id that was originally returned. |
action< > returns integer | getSubMgrId
This action returns the Position Service Interface Id of the current interface. This ID uniquely identifies an instance of the Position Service Interface. |
action<integer > returns com.apama.position.SubscriptionDetails | getSubscriptionDetails
This action returns details of the subscription given a specified Subscription ID. |
action< > returns dictionary<integer, com.apama.position.SubscriptionDetails > | getAllSubscriptionDetails
This action returns details of the all the subscription made from this instance of the Position Service Interface. |
action<string, string, boolean, action<com.apama.position.TrackerInfo > > | getTrackerInfo
This action returns information on a requested tracker. |
action<integer, action<integer, com.apama.position.Position > > returns integer | addUpdateCallback
This action registers an action that will be called when the position of a specified subscription is updated. |
action<integer, string, action<integer, string, com.apama.position.Position > > returns integer | addSymbolSliceUpdateCallback
This action registers an action that will be called when the position of a specified symbol slice within a subscription is updated. |
action<integer > returns boolean | removeUpdateCallback
This action removes an update callback for the reference ID provided. |
action<integer > returns com.apama.position.Position | getCurrentPosition
This action returns the current Position of a specified subscription. |
action<integer, com.apama.position.Position, action<integer, com.apama.position.Position, boolean, string > > | setPosition
This action sets the absolute position for the specified Subscription ID in the tracker. |
action<integer, com.apama.position.Position, com.apama.position.PositionConfigParams, action<integer, com.apama.position.Position, boolean, string > > | setPositionWithConfig
This action sets the absolute position for the specified Subscription ID in the tracker with a set of extra configuration parameters that will be passed to the Position Tracker to be used for the adjustment. |
action<integer, com.apama.position.Position, action<integer, com.apama.position.Position, boolean, string > > | adjustRelativePosition
This action adjusts the relative position for the specified Subscription ID in the tracker. |
action<integer, com.apama.position.Position, com.apama.position.PositionConfigParams, action<integer, com.apama.position.Position, boolean, string > > | adjustRelativePositionWithConfig
This action adjusts the relative position for the specified Subscription ID in the tracker with a set of extra configuration parameters that will be passed to the Position Tracker to be used for the adjustment. |
action<integer, action<integer, com.apama.position.Position, boolean, string > > | resetPosition
This action resets position for the specified Subscription ID in the tracker. |
action<action<integer, boolean, string > > | deleteInterface
This action deletes the existing Position Service Interface, and cleans up any existing state information held by this interface. |
Member Detail |
---|
action<integer, string, action<integer, string, com.apama.position.Position > > returns integer addSymbolSliceUpdateCallbackThis action registers an action that will be called when the position of a specified symbol slice within a subscription is updated.
action<integer, action<integer, com.apama.position.Position > > returns integer addUpdateCallbackThis action registers an action that will be called when the position of a specified subscription is updated.
action<integer, com.apama.position.Position, action<integer, com.apama.position.Position, boolean, string > > adjustRelativePositionThis action adjusts the relative position for the specified Subscription ID in the tracker.
action<integer, com.apama.position.Position, com.apama.position.PositionConfigParams, action<integer, com.apama.position.Position, boolean, string > > adjustRelativePositionWithConfigThis action adjusts the relative position for the specified Subscription ID in the tracker with a set of extra configuration parameters that will be passed to the Position Tracker to be used for the adjustment.
action<action<integer, boolean, string > > deleteInterfaceThis action deletes the existing Position Service Interface, and cleans up any existing state information held by this interface.
action< > returns dictionary<integer, com.apama.position.SubscriptionDetails > getAllSubscriptionDetailsThis action returns details of the all the subscription made from this instance of the Position Service Interface.
action<integer > returns com.apama.position.Position getCurrentPositionThis action returns the current Position of a specified subscription.
action< > returns integer getSubMgrIdThis action returns the Position Service Interface Id of the current interface. This ID uniquely identifies an instance of the Position Service Interface.
action<integer > returns com.apama.position.SubscriptionDetails getSubscriptionDetailsThis action returns details of the subscription given a specified Subscription ID.
action<string, string, boolean, action<com.apama.position.TrackerInfo > > getTrackerInfoThis action returns information on a requested tracker.
action<integer > returns boolean removeUpdateCallbackThis action removes an update callback for the reference ID provided.
action<integer, action<integer, com.apama.position.Position, boolean, string > > resetPositionThis action resets position for the specified Subscription ID in the tracker.
action<integer, com.apama.position.Position, action<integer, com.apama.position.Position, boolean, string > > setPositionThis action sets the absolute position for the specified Subscription ID in the tracker.
action<integer, com.apama.position.Position, com.apama.position.PositionConfigParams, action<integer, com.apama.position.Position, boolean, string > > setPositionWithConfigThis action sets the absolute position for the specified Subscription ID in the tracker with a set of extra configuration parameters that will be passed to the Position Tracker to be used for the adjustment.
action<string, string, com.apama.position.PositionConfigParams, action<integer, com.apama.position.SubscriptionDetails, boolean, string > > subscribeThis action makes a subscription request to the Position Service Manager for the Position Tracker defined, using the provided configuration details.
action<string, string, com.apama.position.PositionConfigParams, action<integer, com.apama.position.Position >, action<integer, com.apama.position.SubscriptionDetails, integer, boolean, string > > subscribeAndMonitorThis action makes a subscription request to the Position Service Manager for the Position Tracker defined, using the provided configuration details.
action<integer, action<integer, boolean, string > > unsubscribeThis action requests to unsubscribe an existing subscription using the subscription Id that was originally returned.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |