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. |