This abstract implementation of a data source plugin fulfills the following
purposes:
assert at least one of push or pull is supported
maintain the dataSourceID mapping
This abstract class provides common functionality for DBMS-based
implementations of tuple component indexes:
buffer size = 0
rebuild mapping (not yet implemented)
This class implements a resource view plugin id scheme in which the plugin id
of a view is given by a concatenation of the plugin id from its parent view
with a suffix.
Base abstract implementation for an identifiable resource view, i.e., a
resource view which is known to the system either by OID (warehousing) or by
dataSourceId+pluginAssignedId (mediation).
The abstract logical node implements the following common functinality of
logical nodes:
final getType()
final get/setAlias()
final get/setDesc()
final number of children, get child, get children, get tree size
final replace and remove
final getMetaData()
equals() and getCompareKey()
toXML() and toString()
This bundle does extract the testcase names from its jars, calls the
testrunner service with these names and then aggregates the results into one
XML-file.
Adapts a PluginIdentifiableResourceView to an IdentifiableResourceView, so that resource views directly obtained via meditation may be
returned as query results in the RVM.