com.apama.ccyconverter
Event CalculationExtensionFactory


The CalculationExtensionFactory is used to create a new instance of a CalculationExtension. Users will then need to override the CalculationExtension actions (where necessary) with their own implementations.

The CalculationExtension is then supplied during construction of the Currency Converter.
See Also:
com.apama.ccyconverter.CalculationExtension - The CalculationExtension event object that is returned
com.apama.ccyconverter.CurrencyConverterFactory#create() - The create action for a Currency Converter interface
com.apama.ccyconverter.CurrencyConverterFactory#createCb() - The create action for a Currency Converter interface
com.apama.ccyconverter.CurrencyConverter - The main Currency Converter interface

Action Summary
 com.apama.ccyconverter.CalculationExtensioncreate()

This action creates a default implementation of the CalculationExtension, which the user can then override as appropriate for their own custom Extension implementations.
 
Action Detail

create

com.apama.ccyconverter.CalculationExtension create()
This action creates a default implementation of the CalculationExtension, which the user can then override as appropriate for their own custom Extension implementations.

The CalculationExtension object that this action returns is supplied during creation of the Currency Converter service.
Returns:
The default implementation of the CalculationExtension event object