FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
action< > returns sequence<string > | getSchema
This is called by the Currency Converter during startup to obtain a sequence of field names it is to store in its cache. |
action<com.apama.ccyconverter.CurrencyConverter > | onRegistered
This action is called by the Currency Converter when startup is completed. A Currency Converter interface is supplied which the Extension can use to set values. |
action<com.apama.ccyconverter.CurrencyConverter > | refresh
This action is called by the Currency Converter when the update timeout has fired and the Extension should refresh all values. If the update timeout has been disabled, this will not be called. |
action<string > | addSymbol
This action is called by the Currency Converter to notify the Extension of a new symbol it should attempt to supplying values for. |
action<string > | removeSymbol
This action is called by the Currency Converter to notify it of a symbol it should stop supplying values for. |
Member Detail |
---|
action<string > addSymbolThis action is called by the Currency Converter to notify the Extension of a new symbol it should attempt to supplying values for.
action< > returns sequence<string > getSchemaThis is called by the Currency Converter during startup to obtain a sequence of field names it is to store in its cache.
action<com.apama.ccyconverter.CurrencyConverter > onRegisteredThis action is called by the Currency Converter when startup is completed. A Currency Converter interface is supplied which the Extension can use to set values.
action<com.apama.ccyconverter.CurrencyConverter > refreshThis action is called by the Currency Converter when the update timeout has fired and the Extension should refresh all values. If the update timeout has been disabled, this will not be called.
action<string > removeSymbolThis action is called by the Currency Converter to notify it of a symbol it should stop supplying values for.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |