FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
action<string, com.apama.session.CtrlParams, action<com.apama.session.SessionError >, action<com.apama.md.adapter.ConnectionKey >, action<com.apama.md.adapter.ConnectionKey, com.apama.md.client.Error > > | connect
Connect to the Depth Manager Interface and create an instance of the Depth Manager. |
action<string, com.apama.session.CtrlParams, action<com.apama.session.SessionError >, action<com.apama.md.adapter.ConnectionKey >, action<com.apama.md.adapter.ConnectionKey, com.apama.md.client.Error > > | connectWithoutCache
Connect to the Depth Manager Interface and create an instance of the Depth Manager, without caching data. |
action<com.apama.md.adapter.ConnectionKey, action<com.apama.md.adapter.ConnectionKey >, action<com.apama.md.adapter.ConnectionKey, com.apama.md.client.Error > > | disconnect
Disconnect from the Depth Manager. |
action<com.apama.md.adapter.ConnectionKey, action<com.apama.md.client.CurrentDepthInterface > > returns integer | addUpdateCallback
Responds on every Depth update associated with this interface. The callback function returns a reference to the current Depth interface rather than the data itself. |
action<com.apama.md.adapter.ConnectionKey, integer > returns boolean | removeCallback
Provides the user a mechanism to remove the on all listeners. |
action< > returns com.apama.session.CtrlParamsSchema | getCtrlParamSchema
Provides the user a mechanism to access the control parameters that are returned from the data stream creation. |
action<com.apama.md.adapter.ConnectionKey > returns boolean | hasData
This function allows the Manager object to determine whether any data has been received for this connection. |
action<com.apama.md.adapter.ConnectionKey > returns com.apama.md.client.CurrentDepthInterface | getCurrentDepth
Returns the current Depth interface for the specified symbol. |
action< > returns sequence<com.apama.md.adapter.ConnectionKey > | getConnectionList
Returns a sequence of the current connection keys. |
action<string > returns sequence<com.apama.md.adapter.ConnectionKey > | getConnectionListForSymbol
Returns a sequence of the potential connection keys for any connections with a specified symbol name. |
Member Detail |
---|
action<com.apama.md.adapter.ConnectionKey, action<com.apama.md.client.CurrentDepthInterface > > returns integer addUpdateCallbackResponds on every Depth update associated with this interface. The callback function returns a reference to the current Depth interface rather than the data itself.
action<string, com.apama.session.CtrlParams, action<com.apama.session.SessionError >, action<com.apama.md.adapter.ConnectionKey >, action<com.apama.md.adapter.ConnectionKey, com.apama.md.client.Error > > connectConnect to the Depth Manager Interface and create an instance of the Depth Manager.
action<string, com.apama.session.CtrlParams, action<com.apama.session.SessionError >, action<com.apama.md.adapter.ConnectionKey >, action<com.apama.md.adapter.ConnectionKey, com.apama.md.client.Error > > connectWithoutCacheConnect to the Depth Manager Interface and create an instance of the Depth Manager, without caching data.
action<com.apama.md.adapter.ConnectionKey, action<com.apama.md.adapter.ConnectionKey >, action<com.apama.md.adapter.ConnectionKey, com.apama.md.client.Error > > disconnectDisconnect from the Depth Manager.
action< > returns sequence<com.apama.md.adapter.ConnectionKey > getConnectionListReturns a sequence of the current connection keys.
action<string > returns sequence<com.apama.md.adapter.ConnectionKey > getConnectionListForSymbolReturns a sequence of the potential connection keys for any connections with a specified symbol name.
action< > returns com.apama.session.CtrlParamsSchema getCtrlParamSchemaProvides the user a mechanism to access the control parameters that are returned from the data stream creation.
action<com.apama.md.adapter.ConnectionKey > returns com.apama.md.client.CurrentDepthInterface getCurrentDepthReturns the current Depth interface for the specified symbol.
action<com.apama.md.adapter.ConnectionKey > returns boolean hasDataThis function allows the Manager object to determine whether any data has been received for this connection.
action<com.apama.md.adapter.ConnectionKey, integer > returns boolean removeCallbackProvides the user a mechanism to remove the on all listeners.
FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |