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 News Manager Interface and create an instance of the News 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 News Manager Interface and create an instance of the News 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 News Manager. |
action<com.apama.md.adapter.ConnectionKey, action<com.apama.md.client.CurrentNewsInterface>> returns integer | addNewsStoriesCallback
Responds on every News add or update event associated with this interface. |
action<com.apama.md.adapter.ConnectionKey, integer> returns boolean | removeNewsStoriesCallback
Provides the user a mechanism to remove the on all News listeners. |
action<com.apama.md.adapter.ConnectionKey, action<com.apama.md.client.CurrentNewsInterface>> returns integer | addNewsDeleteCallback
Responds on every News Delete event associated with this interface. |
action<com.apama.md.adapter.ConnectionKey, integer> returns boolean | removeNewsDeleteCallback
Provides the user a mechanism to remove the on all News Delete listeners. |
action<com.apama.md.adapter.ConnectionKey, action<dictionary<string, com.apama.md.NSI>>> returns integer | addSchemaUpdateCallback
Responds on every News schema update associated with this interface. |
action<com.apama.md.adapter.ConnectionKey, integer> returns boolean | removeSchemaCallback
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.CurrentNewsInterface | getCurrentNews
Returns the current News 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.CurrentNewsInterface>> returns integer addNewsDeleteCallbackResponds on every News Delete event associated with this interface.
action<com.apama.md.adapter.ConnectionKey, action<com.apama.md.client.CurrentNewsInterface>> returns integer addNewsStoriesCallbackResponds on every News add or update event associated with this interface.
action<com.apama.md.adapter.ConnectionKey, action<dictionary<string, com.apama.md.NSI>>> returns integer addSchemaUpdateCallbackResponds on every News schema update associated with this interface.
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 News Manager Interface and create an instance of the News 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 News Manager Interface and create an instance of the News 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 News 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.CurrentNewsInterface getCurrentNewsReturns the current News 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 removeNewsDeleteCallbackProvides the user a mechanism to remove the on all News Delete listeners.
action<com.apama.md.adapter.ConnectionKey, integer> returns boolean removeNewsStoriesCallbackProvides the user a mechanism to remove the on all News listeners.
action<com.apama.md.adapter.ConnectionKey, integer> returns boolean removeSchemaCallbackProvides the user a mechanism to remove the on all listeners.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |