com.apama.position.tracker.generic
Event GenericTrackerExtensionFactory


The GenericTrackerExtensionFactory is called by the User to create a Generic Position Tracker Extension Interface that can be used to override the default behaviour of a Generic Position Tracker implementation.

A set of default pass-through implementations are provided that do not affect the default operation. These are provided so that the User only has to override those actions that they need/want to in their own implementation.
See Also:
com.apama.position.tracker.generic.GenericTrackerExtensionInterface - The Interface object that this function creates
com.apama.position.tracker.generic.GenericPositionTrackerFactory - The factory object used to create a new Generic Position Tracker object

Action summary
 com.apama.position.tracker.generic.GenericTrackerExtensionInterfacecreateInterface()

This action is called by the User to create a Generic Position Tracker Extension Interface that can be used to override the default behaviour of the Generic Position Tracker implementation.
 
Action detail

createInterface

            com.apama.position.tracker.generic.GenericTrackerExtensionInterface createInterface()
        
This action is called by the User to create a Generic Position Tracker Extension Interface that can be used to override the default behaviour of the Generic Position Tracker implementation.
Returns:
An interface to a new GenericTrackerExtensionInterface object
See Also:
com.apama.position.tracker.generic.GenericTrackerExtensionInterface - The Interface object that this function creates
com.apama.position.tracker.generic.GenericPositionTrackerFactory - The factory object used to create a new Generic Position Tracker object