FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
action<integer, action<integer >, action<integer, string > > | init
Initialise the configuration store back-end and load all persistent tables into the in-memory cache. |
action<integer, action<integer >, action<integer, string > > | initInMemoryStore
Initialise the configuration store back-end. |
action<string > returns boolean | hasTable
Check whether the store contains the given table. |
action<string > returns com.apama.config.Schema | getSchema
Get the schema used by the given table. The result is undefined if the table does not exist. |
action<string > returns com.apama.config.ConfigurationTableInterface | getTable
Get an interface to the given table. The result is undefined if the table does not exist. |
action<integer, com.apama.config.Schema, action<integer, com.apama.config.ConfigurationTableInterface >, action<integer, string > > | createTable
Create a new table in the store. The result of calling this action if the requested table already exists is undefined. |
action<integer > | initSuccess
Default onSuccess callback for the #init() action, if the application does not want to provide a custom callback. |
action<integer, com.apama.config.ConfigurationTableInterface > | createTableSuccess
Default onSuccess callback for the #createTable() action, if the application does not want to provide a custom callback. |
action<integer, string > | defaultError
Default onError callback for all asynchronous actions provided by the #ConfigurationStoreInterface, if the application does not want to provide a custom callback. |
Member Detail |
---|
action<integer, com.apama.config.Schema, action<integer, com.apama.config.ConfigurationTableInterface >, action<integer, string > > createTableCreate a new table in the store. The result of calling this action if the requested table already exists is undefined.
action<integer, com.apama.config.ConfigurationTableInterface > createTableSuccessDefault onSuccess callback for the #createTable() action, if the application does not want to provide a custom callback.
action<integer, string > defaultErrorDefault onError callback for all asynchronous actions provided by the #ConfigurationStoreInterface, if the application does not want to provide a custom callback.
action<string > returns com.apama.config.Schema getSchemaGet the schema used by the given table. The result is undefined if the table does not exist.
action<string > returns com.apama.config.ConfigurationTableInterface getTableGet an interface to the given table. The result is undefined if the table does not exist.
action<string > returns boolean hasTableCheck whether the store contains the given table.
action<integer, action<integer >, action<integer, string > > initInitialise the configuration store back-end and load all persistent tables into the in-memory cache.
action<integer, action<integer >, action<integer, string > > initInMemoryStoreInitialise the configuration store back-end.
action<integer > initSuccessDefault onSuccess callback for the #init() action, if the application does not want to provide a custom callback.
FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |