FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Action summary | |
---|---|
integer |
addNewsDeleteCallback(com.apama.md.adapter.ConnectionKey connKey, action<com.apama.md.client.CurrentNewsInterface> userOnAllNewsDelete)
This function is called by the user to register an update callback function for a news delete events for a specific symbol. |
integer |
addNewsStoriesCallback(com.apama.md.adapter.ConnectionKey connKey, action<com.apama.md.client.CurrentNewsInterface> userOnAllNews)
This function is called by the user to register an update callback function for a specific symbol. |
integer |
addSchemaUpdateCallback(com.apama.md.adapter.ConnectionKey connKey, action<dictionary<string, com.apama.md.NSI>> userOnAllNewsSchema)
This function is called by the user to register an update callback function for the news schema. |
void |
connect(string symbol, com.apama.session.CtrlParams controlParams, action<com.apama.session.SessionError> userOnSessionError, action<com.apama.md.adapter.ConnectionKey> userOnConnectSuccess, action<com.apama.md.adapter.ConnectionKey, com.apama.md.client.Error> userOnConnectFailure)
This function is called by the user to connect to a previously created data stream interface for a specific symbol. |
void |
connectWithoutCache(string symbol, com.apama.session.CtrlParams controlParams, action<com.apama.session.SessionError> userOnSessionError, action<com.apama.md.adapter.ConnectionKey> userOnConnectSuccess, action<com.apama.md.adapter.ConnectionKey, com.apama.md.client.Error> userOnConnectFailure)
This function is called by the user to connect to a previously created data stream interface for a specific symbol. |
void |
disconnect(com.apama.md.adapter.ConnectionKey connKey, action<com.apama.md.adapter.ConnectionKey> success, action<com.apama.md.adapter.ConnectionKey, com.apama.md.client.Error> failure)
This function is called by the user to disconnect a specific symbol from the data stream. |
sequence<com.apama.md.adapter.ConnectionKey> |
getConnectionList()
Helper function to return a sequence of the current connection keys. |
sequence<com.apama.md.adapter.ConnectionKey> |
getConnectionListForSymbol(string symbol)
Helper function to return a sequence of the potential connection keys for any connections with a specified symbol name. |
com.apama.session.CtrlParamsSchema |
getCtrlParamSchema()
Helper function to provide access to the control parameters for this data stream. |
com.apama.md.client.CurrentNewsInterface |
getCurrentNews(com.apama.md.adapter.ConnectionKey connKey)
Helper function to return the current News interface. |
boolean |
hasData(com.apama.md.adapter.ConnectionKey connKey)
Helper function to determine whether any data has been received yet. |
boolean |
removeNewsDeleteCallback(com.apama.md.adapter.ConnectionKey connKey, integer reference)
This function is called by the user to remove an update callback for News Delete based on the reference that was returned when it was added. |
boolean |
removeNewsStoriesCallback(com.apama.md.adapter.ConnectionKey connKey, integer reference)
This function is called by the user to remove an update callback based on the reference that was returned when it was added. |
boolean |
removeSchemaCallback(com.apama.md.adapter.ConnectionKey connKey, integer reference)
This function is called by the user to remove a schema update callback based on the reference that was returned when it was added. |
Action detail |
---|
integer addNewsDeleteCallback(com.apama.md.adapter.ConnectionKey connKey, action<com.apama.md.client.CurrentNewsInterface> userOnAllNewsDelete)This function is called by the user to register an update callback function for a news delete events for a specific symbol.
integer addNewsStoriesCallback(com.apama.md.adapter.ConnectionKey connKey, action<com.apama.md.client.CurrentNewsInterface> userOnAllNews)This function is called by the user to register an update callback function for a specific symbol.
integer addSchemaUpdateCallback(com.apama.md.adapter.ConnectionKey connKey, action<dictionary<string, com.apama.md.NSI>> userOnAllNewsSchema)This function is called by the user to register an update callback function for the news schema.
void connect(string symbol, com.apama.session.CtrlParams controlParams, action<com.apama.session.SessionError> userOnSessionError, action<com.apama.md.adapter.ConnectionKey> userOnConnectSuccess, action<com.apama.md.adapter.ConnectionKey, com.apama.md.client.Error> userOnConnectFailure)This function is called by the user to connect to a previously created data stream interface for a specific symbol.
void connectWithoutCache(string symbol, com.apama.session.CtrlParams controlParams, action<com.apama.session.SessionError> userOnSessionError, action<com.apama.md.adapter.ConnectionKey> userOnConnectSuccess, action<com.apama.md.adapter.ConnectionKey, com.apama.md.client.Error> userOnConnectFailure)This function is called by the user to connect to a previously created data stream interface for a specific symbol.
void disconnect(com.apama.md.adapter.ConnectionKey connKey, action<com.apama.md.adapter.ConnectionKey> success, action<com.apama.md.adapter.ConnectionKey, com.apama.md.client.Error> failure)This function is called by the user to disconnect a specific symbol from the data stream.
sequence<com.apama.md.adapter.ConnectionKey> getConnectionList()Helper function to return a sequence of the current connection keys.
sequence<com.apama.md.adapter.ConnectionKey> getConnectionListForSymbol(string symbol)Helper function to return a sequence of the potential connection keys for any connections with a specified symbol name.
com.apama.session.CtrlParamsSchema getCtrlParamSchema()Helper function to provide access to the control parameters for this data stream.
com.apama.md.client.CurrentNewsInterface getCurrentNews(com.apama.md.adapter.ConnectionKey connKey)Helper function to return the current News interface.
boolean hasData(com.apama.md.adapter.ConnectionKey connKey)Helper function to determine whether any data has been received yet.
boolean removeNewsDeleteCallback(com.apama.md.adapter.ConnectionKey connKey, integer reference)This function is called by the user to remove an update callback for News Delete based on the reference that was returned when it was added.
boolean removeNewsStoriesCallback(com.apama.md.adapter.ConnectionKey connKey, integer reference)This function is called by the user to remove an update callback based on the reference that was returned when it was added.
boolean removeSchemaCallback(com.apama.md.adapter.ConnectionKey connKey, integer reference)This function is called by the user to remove a schema update callback based on the reference that was returned when it was added.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |