FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Action Summary | |
---|---|
integer |
addQuotebookUpdateCallback(com.apama.md.adapter.ConnectionKey connKey, action<com.apama.md.client.CurrentQuotebookInterface > userOnAllQuotebook)
This function is called by the user to register an update callback function for a specific symbol. |
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.CurrentQuotebookInterface |
getCurrentQuotebook(com.apama.md.adapter.ConnectionKey connKey)
Helper function to return the last Quotebook snapshot that was received. |
boolean |
hasData(com.apama.md.adapter.ConnectionKey connKey)
Helper function to determine whether any data has been received yet. |
boolean |
removeQuotebookCallback(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. |
integer |
requestQuotebook(com.apama.md.adapter.ConnectionKey connKey)
Helper function to return the current Quotebook interface. |
Action Detail |
---|
integer addQuotebookUpdateCallback(com.apama.md.adapter.ConnectionKey connKey, action<com.apama.md.client.CurrentQuotebookInterface > userOnAllQuotebook)This function is called by the user to register an update callback function for a specific symbol.
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.CurrentQuotebookInterface getCurrentQuotebook(com.apama.md.adapter.ConnectionKey connKey)Helper function to return the last Quotebook snapshot that was received.
boolean hasData(com.apama.md.adapter.ConnectionKey connKey)Helper function to determine whether any data has been received yet.
boolean removeQuotebookCallback(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.
integer requestQuotebook(com.apama.md.adapter.ConnectionKey connKey)Helper function to return the current Quotebook interface.
FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |