FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Action summary | |
---|---|
void |
findAvailableDataSources(float timeout, action<string, sequence<com.apama.database.DataSource>> callback)
Search for available DataSources. |
void |
findAvailableDataSourcesFull(float timeout, dictionary<string, string> extraParams, action<string, sequence<com.apama.database.DataSource>> callback)
Search for available DataSources, This action allows you to pass in any extra parameters. |
void |
findAvailableServers(float timeout, action<string, sequence<com.apama.database.DataSource>> callback)
Find the availale DataSources.
|
void |
findAvailableServersFull(float timeout, dictionary<string, string> extraParams, action<string, sequence<com.apama.database.DataSource>> callback)
Find the available data sources.
|
void |
getDatabases(string serviceId, string user, string password, action<string, sequence<com.apama.database.Database>> callback)
Get the available Databases on a serviceId, using the service Id(s) returned from findAvailableDataSources. |
void |
getDatabasesFull(string serviceId, string locationURL, string user, string password, dictionary<string, string> extraParams, action<string, sequence<com.apama.database.Database>> callback)
Get the available Databases on a serviceId, using the service Id(s) returned from findAvailableDataSources. |
void |
getNamedQueries(string serviceId, action<string, sequence<com.apama.database.NamedQuery>> callback)
Provides details of all the loaded named queries. |
void |
getNamedQueriesFull(string serviceId, dictionary<string, string> extraParams, action<string, sequence<com.apama.database.NamedQuery>> callback)
Provides details of all the loaded named queries. This action allows you to pass in any extra parameters. |
void |
initPreSpawnContext(context preSpawnContext)
Set context that is current prior to spawning. |
void |
onBeginRecovery()
OnBeginRecovery is called after all objects and listeners of persistent monitors have been recovered and before queued events are processed. |
Action detail |
---|
void findAvailableDataSources(float timeout, action<string, sequence<com.apama.database.DataSource>> callback)Search for available DataSources.
void findAvailableDataSourcesFull(float timeout, dictionary<string, string> extraParams, action<string, sequence<com.apama.database.DataSource>> callback)Search for available DataSources, This action allows you to pass in any extra parameters.
void findAvailableServers(float timeout, action<string, sequence<com.apama.database.DataSource>> callback)
void findAvailableServersFull(float timeout, dictionary<string, string> extraParams, action<string, sequence<com.apama.database.DataSource>> callback)
void getDatabases(string serviceId, string user, string password, action<string, sequence<com.apama.database.Database>> callback)Get the available Databases on a serviceId, using the service Id(s) returned from findAvailableDataSources.
void getDatabasesFull(string serviceId, string locationURL, string user, string password, dictionary<string, string> extraParams, action<string, sequence<com.apama.database.Database>> callback)Get the available Databases on a serviceId, using the service Id(s) returned from findAvailableDataSources.
void getNamedQueries(string serviceId, action<string, sequence<com.apama.database.NamedQuery>> callback)Provides details of all the loaded named queries.
void getNamedQueriesFull(string serviceId, dictionary<string, string> extraParams, action<string, sequence<com.apama.database.NamedQuery>> callback)Provides details of all the loaded named queries. This action allows you to pass in any extra parameters.
void initPreSpawnContext(context preSpawnContext)Set context that is current prior to spawning.
void onBeginRecovery()OnBeginRecovery is called after all objects and listeners of persistent monitors have been recovered and before queued events are processed.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |