FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member summary | |
---|---|
action<integer, integer, com.apama.position.PositionConfigParams, action<integer, integer, com.apama.position.PositionConfigParams, boolean, string>> | createInstance
This action will be called when the Position Service Manager needs to create a new instance of a Position Tracker that has been registered with it. |
action<integer, integer, action<integer, integer, boolean, string>> | deleteInstance
This action will be called when the Position Service Manager needs to delete an instance of the Position Tracker. |
action<action<boolean, string>> | deleteAllInstances
This action will be called when the Position Service Manager needs to delete all instances of the Position Tracker. |
action<integer, integer, com.apama.position.Position, boolean, com.apama.position.PositionConfigParams, action<integer, integer, boolean, boolean, string>> | positionExternallyUpdated
This action will be called when a Subscription Manager Interface requests that a subscriptions position should be adjusted, either by an absolute or relative amount. |
action<integer, integer, action<integer, integer, boolean, string>> | positionExternallyReset
This action will be called when a Subscription Manager Interface requests that a subscriptions position should be reset. |
action<dictionary<string, string>, action<>> | onConfigureService
This callback action is called when the Position Tracker requires configuration during Service Framework initialisation. |
action<com.apama.position.PositionConfigSchema> returns com.apama.position.PositionConfigSchema | getConfigSchema
This action is called when the Position Tracker is being registered. The configuration schema of the Generic Tracker implementation is provided which can then be extended/modified by a User-implementation if required. |
Member detail |
---|
action<integer, integer, com.apama.position.PositionConfigParams, action<integer, integer, com.apama.position.PositionConfigParams, boolean, string>> createInstanceThis action will be called when the Position Service Manager needs to create a new instance of a Position Tracker that has been registered with it.
action<action<boolean, string>> deleteAllInstancesThis action will be called when the Position Service Manager needs to delete all instances of the Position Tracker.
action<integer, integer, action<integer, integer, boolean, string>> deleteInstanceThis action will be called when the Position Service Manager needs to delete an instance of the Position Tracker.
action<com.apama.position.PositionConfigSchema> returns com.apama.position.PositionConfigSchema getConfigSchemaThis action is called when the Position Tracker is being registered. The configuration schema of the Generic Tracker implementation is provided which can then be extended/modified by a User-implementation if required.
action<dictionary<string, string>, action<>> onConfigureServiceThis callback action is called when the Position Tracker requires configuration during Service Framework initialisation.
action<integer, integer, action<integer, integer, boolean, string>> positionExternallyResetThis action will be called when a Subscription Manager Interface requests that a subscriptions position should be reset.
action<integer, integer, com.apama.position.Position, boolean, com.apama.position.PositionConfigParams, action<integer, integer, boolean, boolean, string>> positionExternallyUpdatedThis action will be called when a Subscription Manager Interface requests that a subscriptions position should be adjusted, either by an absolute or relative amount.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |