Uses of Package
uk.org.ogsadai.dataresource

Packages that use uk.org.ogsadai.dataresource
uk.org.ogsadai.activity Contains the core interfaces and classes of the Activity Framework. 
uk.org.ogsadai.activity.files Activities for writing and reading files. 
uk.org.ogsadai.activity.relational Contains activities that retrieve logical and physical metadata from a relational database. 
uk.org.ogsadai.activity.sql Activities that provide SQL access to a relational data resource. 
uk.org.ogsadai.activity.xmldb Contains activity implementations for performing various operations on XML databases. 
uk.org.ogsadai.dataresource Provides the data service resource layer of OGSA-DAI and also the core data data resource accessors. 
uk.org.ogsadai.engine Contains the core classes and interfaces of the engine component which is chiefly responsible for processing requests and building responses. 
uk.org.ogsadai.examples.dataResourceAccessor Example code for the data resource accessor tutorial. 
uk.org.ogsadai.examples.demoFactory Example code for the demo factory tutorial. 
uk.org.ogsadai.examples.demoTransientFactory Example code for the demo transient factory tutorial. 
uk.org.ogsadai.service.resource This package provides classes and interfaces relating to data service resources. 
uk.org.ogsadai.service.resource.config Classes to do with Data Service Resource configuration. 
uk.org.ogsadai.service.resource.factory Provides functionality to dynamically create new data service resources from activities. 
uk.org.ogsadai.service.wsrf.dataservice.impl This package provides classes implementing OGSA-DAI WSRF-compliant data services. 
uk.org.ogsadai.service.wsrf.resource This package provides classes that support the wrapping of OGSA-DAI data service resources in a form compatible with Globus Toolkit 4.0. 
uk.org.ogsadai.sessions Contains the core classes and interfaces used to support sessions. 
uk.org.ogsadai.sessions.impl Contains implementations of the sessions interfaces to provide support for transient sessions. 
 

Classes in uk.org.ogsadai.dataresource used by uk.org.ogsadai.activity
DataResourceAccessor
          Interface for a data resource accessor.
 

Classes in uk.org.ogsadai.dataresource used by uk.org.ogsadai.activity.files
FileAccessProvider
          Interface providing an authorization layer to control access to a file system data resource.
 

Classes in uk.org.ogsadai.dataresource used by uk.org.ogsadai.activity.relational
JDBCConnectionProvider
          Interface providing access to JDBC connections to data resources.
 

Classes in uk.org.ogsadai.dataresource used by uk.org.ogsadai.activity.sql
JDBCConnectionProvider
          Interface providing access to JDBC connections to data resources.
 

Classes in uk.org.ogsadai.dataresource used by uk.org.ogsadai.activity.xmldb
XMLDBCollectionProvider
          Interface providing access to collections in XMLDB data resources.
 

Classes in uk.org.ogsadai.dataresource used by uk.org.ogsadai.dataresource
DataResourceAccessor
          Interface for a data resource accessor.
DataResourceAccessorConfigException
          A problem was encountered when accessing the configuration of a data resource accessor.
DataResourceAccessorCreationException
          A problem was encountered when creating a data resource accessor class instance.
DataResourceAccessorFactory
          Factory to create data resource accessors.
DataResourceAccessorMetaDataException
          A problem was encountered when creating data resource accessor meta data.
DataResourceAccessorSetupException
          A problem was encountered when setting up a data resource accessor.
DataResourceAuthorizationException
          Authorization exception thrown when a user is denied access to a data resource.
DataResourceUseException
          A problem was encountered when using a data resource.
FileAccessProvider
          Interface providing an authorization layer to control access to a file system data resource.
FilesResourceUseException
          A problem was encountered when using a files data resource.
JDBCConnectionProvider
          Interface providing access to JDBC connections to data resources.
JDBCConnectionUseException
          A problem was encountered when using an JDBC connection.
MetaDataAuthorizationException
          Authorization exception thrown when a user is denied access to data resource meta data.
MetaDataExtractionException
          A problem was encountered when extracting data resource meta data.
MetaDataExtractor
          Base class for meta data extractors.
PersistInFiles
          Plug-in interface for data resource accessors whose configuration is to be read from a set of configutation files.
SQLMultipleDataResourceAccessor
          A data resource accessor that provides access to a number of data resources.
StatusOfDataServices
          This class facilitates the dynamic properties of the SQLMultipleDataResource data resource accessor.
XMLDBCollectionProvider
          Interface providing access to collections in XMLDB data resources.
XMLDBCollectionUseException
          A problem was encountered when using an XMLDB collection.
XMLDBMetaDataExtractor
          This is an interface intended to be implemented by classes that extract meta data from XMLDB data resources.
XMLDBRegistrationException
          Exception thrown when there is a error registering a database with an XMLDB database manager.
XMLDBUnknownSubCollectionException
          Exception thrown when attempting to access an unknown XMLDB sub-collection.
 

Classes in uk.org.ogsadai.dataresource used by uk.org.ogsadai.engine
DataResourceAccessor
          Interface for a data resource accessor.
 

Classes in uk.org.ogsadai.dataresource used by uk.org.ogsadai.examples.dataResourceAccessor
DataResourceAccessor
          Interface for a data resource accessor.
DataResourceAccessorConfigException
          A problem was encountered when accessing the configuration of a data resource accessor.
DataResourceAccessorMetaDataException
          A problem was encountered when creating data resource accessor meta data.
DataResourceAccessorSetupException
          A problem was encountered when setting up a data resource accessor.
PersistInFiles
          Plug-in interface for data resource accessors whose configuration is to be read from a set of configutation files.
 

Classes in uk.org.ogsadai.dataresource used by uk.org.ogsadai.examples.demoFactory
DataResourceAccessor
          Interface for a data resource accessor.
DataResourceAccessorConfigException
          A problem was encountered when accessing the configuration of a data resource accessor.
DataResourceAccessorMetaDataException
          A problem was encountered when creating data resource accessor meta data.
DataResourceAccessorSetupException
          A problem was encountered when setting up a data resource accessor.
PersistInFiles
          Plug-in interface for data resource accessors whose configuration is to be read from a set of configutation files.
 

Classes in uk.org.ogsadai.dataresource used by uk.org.ogsadai.examples.demoTransientFactory
DataResourceAccessor
          Interface for a data resource accessor.
DataResourceAccessorConfigException
          A problem was encountered when accessing the configuration of a data resource accessor.
DataResourceAccessorMetaDataException
          A problem was encountered when creating data resource accessor meta data.
DataResourceAccessorSetupException
          A problem was encountered when setting up a data resource accessor.
PersistInFiles
          Plug-in interface for data resource accessors whose configuration is to be read from a set of configutation files.
 

Classes in uk.org.ogsadai.dataresource used by uk.org.ogsadai.service.resource
DataResourceAccessor
          Interface for a data resource accessor.
 

Classes in uk.org.ogsadai.dataresource used by uk.org.ogsadai.service.resource.config
DataResourceAccessor
          Interface for a data resource accessor.
 

Classes in uk.org.ogsadai.dataresource used by uk.org.ogsadai.service.resource.factory
DataResourceAccessor
          Interface for a data resource accessor.
 

Classes in uk.org.ogsadai.dataresource used by uk.org.ogsadai.service.wsrf.dataservice.impl
DataResourceAccessor
          Interface for a data resource accessor.
 

Classes in uk.org.ogsadai.dataresource used by uk.org.ogsadai.service.wsrf.resource
DataResourceAccessor
          Interface for a data resource accessor.
 

Classes in uk.org.ogsadai.dataresource used by uk.org.ogsadai.sessions
DataResourceAccessor
          Interface for a data resource accessor.
 

Classes in uk.org.ogsadai.dataresource used by uk.org.ogsadai.sessions.impl
DataResourceAccessor
          Interface for a data resource accessor.