Package com.ibm.dse.services.appltables

Interface Summary
ApplicationTablesLoad Defines the methods that must be implemented by a service reading static data table from a external data source to create it into memory.
ApplicationTablesMemoryCreation Defines the methods that must be implemented by a service creating or removing a table to/from memory.
ApplicationTablesService Defines the methods that an application using a static data tables service may call to access the table information.
 

Class Summary
ApplicationTables The Application Tables Service provides a way to access static table data from an application.
ApplicationTablesClientOp The ApplicationTablesClientOp is the client operation that will be automatically executed when the application requests to get the static data from a remote location if it is not locally available ( by setting the ApplicationTables service searchRemotelly attribute to true).
ApplicationTablesServerOp The ApplicationTablesServerOp is the server operation that will be automatically executed when the application requests to get the static data from a remote location if it is not locally available ( by setting the ApplicationTables service searchRemotelly attribute to true).
ColumnDescriptor The ColumnsDecriptor class is internally used by the Application Tables service to keep the information of the table columns as defined in the service XML external definition as part of the tables catalog.
InMemoryTable The InMemoryTable class is internally used by the Application Tables service to keep the result of querying a table using the JDBC interface.
TableDescriptor The TableDescriptor class is internally used by the Application Tables service to keep the information of the table as defined in the service XML external definition as part of the service tables catalog.