Package at.spardat.xma.datasource

Support for exchanging mostly-read-only tables between XMA-client and -server and support for domains.

See:
          Description

Interface Summary
IDomRow Models a row in a ITabularDomData.
ITableProvider Is implemented by XMATabularDataSourceServer and must be implemented by an XMA project that provides an additional (custom) datasource.
ITabularData Represents a table consisting of Atoms provided by a ITabularDataSource.
ITabularDataSource Classes implementing this interface are able to provide tabular data.
ITabularDomData An ITabularDomData is a special kind of tabular data, collectively known under the german word Domäne at SPARDAT.
 

Class Summary
CacheFilter Local class to filter the entries in a cache.
Domain A utility class to access a XMA-domain-table (see ITabularDomData).
ProviderResultServer The type of the returned value object in method XMATabularDataSourceServer.provideTable(at.spardat.xma.session.XMASession, at.spardat.xma.datasource.TableSpec, long).
RessourceBundleProviderServer Provides tabular data from a RessourceBundle.
TableSpec Encapsulates a table spec as defined in ITabularDataSource.
TabularData A TabularDatatable stores data in a row/column matrix of Atoms in memory, with column header names.
TabularDataHeader A TabularDataHeader stores header information for a TabularData.
TabularDataRow A TabularDataRow stores the data for a row of a TabularData.
TabularDataSourceClient This is the client side implementation of the ITabularDataSource plugin.
TabularDomData Extension of TabularData that must be used for domains.
TabularServletServer This servlets task is to serve tabular data sources at the XMA server.
XMATabularDataSourceServer The purpose of this class if twofold.
 

Package at.spardat.xma.datasource Description

Support for exchanging mostly-read-only tables between XMA-client and -server and support for domains.