FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member summary | |
---|---|
action<string, 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 EP Manager Interface and create an instance of the EP Manager. |
action<string, 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 EP Manager Interface without cache and create an instance of the EP Manager. |
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 EP Manager. |
action<com.apama.md.adapter.ConnectionKey, action<com.apama.md.client.CurrentExtraParamsInterface>> returns integer | addUpdateCallback
Responds on every EP update associated with this interface. The callback function returns a reference to the current EP 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.CurrentExtraParamsInterface | getCurrentEP
Returns the current EP 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.CurrentExtraParamsInterface>> returns integer addUpdateCallbackResponds on every EP update associated with this interface. The callback function returns a reference to the current EP interface rather than the data itself.
action<string, 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 EP Manager Interface and create an instance of the EP Manager.
action<string, 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 EP Manager Interface without cache and create an instance of the EP Manager.
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 EP 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.CurrentExtraParamsInterface getCurrentEPReturns the current EP 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 |