FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Action Summary | |
---|---|
integer |
addEPUpdateCallback(com.apama.md.adapter.ConnectionKey connKey, action<com.apama.md.client.CurrentExtraParamsInterface > userOnAllEP)
This function is called by the user to register an update callback function for a specific symbol. |
void |
connect(string symbol, string relatedStream, 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, string relatedStream, 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.CurrentExtraParamsInterface |
getCurrentEP(com.apama.md.adapter.ConnectionKey connKey)
Helper function to return the current EP interface. |
boolean |
hasData(com.apama.md.adapter.ConnectionKey connKey)
Helper function to determine whether any data has been received yet. |
boolean |
removeEPCallback(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. |
Action Detail |
---|
integer addEPUpdateCallback(com.apama.md.adapter.ConnectionKey connKey, action<com.apama.md.client.CurrentExtraParamsInterface > userOnAllEP)This function is called by the user to register an update callback function for a specific symbol.
void connect(string symbol, string relatedStream, 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, string relatedStream, 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.CurrentExtraParamsInterface getCurrentEP(com.apama.md.adapter.ConnectionKey connKey)Helper function to return the current EP interface.
boolean hasData(com.apama.md.adapter.ConnectionKey connKey)Helper function to determine whether any data has been received yet.
boolean removeEPCallback(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.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |