Uses of Package
uk.org.ogsadai.common

Packages that use uk.org.ogsadai.common
uk.org.ogsadai.activity Contains the core interfaces and classes of the Activity Framework. 
uk.org.ogsadai.activity.delivery This package provides classes implementing delivery activities. 
uk.org.ogsadai.activity.delivery.wsrf This package provides classes implementing delivery activities that are specific to WSRF-compliant versions of OGSA-DAI. 
uk.org.ogsadai.activity.examples Various example activities that may be of interest to activity developers. 
uk.org.ogsadai.activity.files Activities for writing and reading files. 
uk.org.ogsadai.activity.indexedfiles Activities for indexing and searching text files using the Apache Lucene search engine. 
uk.org.ogsadai.activity.misc Contains miscellaneous activity implementations for which no suitable common group exists. 
uk.org.ogsadai.activity.relational Contains activities that retrieve logical and physical metadata from a relational database. 
uk.org.ogsadai.activity.resource   
uk.org.ogsadai.activity.sql Activities that provide SQL access to a relational data resource. 
uk.org.ogsadai.activity.sql.parameters Helper classes for SQL activities which manage the various input streams for parameters. 
uk.org.ogsadai.activity.transform Contains activity implementations for transforming data from one format into another. 
uk.org.ogsadai.activity.xmldb Contains activity implementations for performing various operations on XML databases. 
uk.org.ogsadai.activity.xmldb.commands Contains a command interface and various implementations for use by the XML database activities. 
uk.org.ogsadai.client.toolkit.activity.delivery This package provides classes that provide a client-side representation of delivery activities in Java. 
uk.org.ogsadai.client.toolkit.activity.xmldb Contains the client toolkit activity classes for various XML database activities. 
uk.org.ogsadai.common This package provides a set of common classes and interfaces supporting all the other OGSA-DAI components. 
uk.org.ogsadai.common.properties This package provides classes and interfaces provide for the use of properties, both those where the property value is static and those where its value is provided on-demand via callbacks. 
uk.org.ogsadai.common.rolemap This package provides a set of classes to support the mapping of security credentials to usernames and passwords - role mapping. 
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.authorization   
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.authorization Interfaces and classes to control access to data service resources and activities. 
uk.org.ogsadai.service.wsrf.dataservice.impl This package provides classes implementing OGSA-DAI WSRF-compliant data services. 
uk.org.ogsadai.service.wsrf.properties This package provides classes that support the wrapping of OGSA-DAI data service resource properties in a form compatible with Globus Toolkit 4.0. 
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. 
 

Classes in uk.org.ogsadai.common used by uk.org.ogsadai.activity
BlockReader
          This is an interface to read blocks of input data from.
BlockWriter
          This is an interface used for writing blocks of output data.
DocumentValidationException
          Exception raised when some document is deemed to be invalid, for some application-specific reason.
DocumentValidator
          A DocumentValidator validates a Document in an application-specific way.
SecurityContext
          A wrapper for org.ietf.jgss Grid security credential objects.
 

Classes in uk.org.ogsadai.common used by uk.org.ogsadai.activity.delivery
BlockReader
          This is an interface to read blocks of input data from.
BlockWriter
          This is an interface used for writing blocks of output data.
 

Classes in uk.org.ogsadai.common used by uk.org.ogsadai.activity.delivery.wsrf
BlockReader
          This is an interface to read blocks of input data from.
BlockWriter
          This is an interface used for writing blocks of output data.
 

Classes in uk.org.ogsadai.common used by uk.org.ogsadai.activity.examples
BlockReader
          This is an interface to read blocks of input data from.
BlockWriter
          This is an interface used for writing blocks of output data.
 

Classes in uk.org.ogsadai.common used by uk.org.ogsadai.activity.files
BlockReader
          This is an interface to read blocks of input data from.
BlockWriter
          This is an interface used for writing blocks of output data.
 

Classes in uk.org.ogsadai.common used by uk.org.ogsadai.activity.indexedfiles
BlockReader
          This is an interface to read blocks of input data from.
BlockWriter
          This is an interface used for writing blocks of output data.
 

Classes in uk.org.ogsadai.common used by uk.org.ogsadai.activity.misc
BlockReader
          This is an interface to read blocks of input data from.
BlockWriter
          This is an interface used for writing blocks of output data.
 

Classes in uk.org.ogsadai.common used by uk.org.ogsadai.activity.relational
BlockReader
          This is an interface to read blocks of input data from.
BlockWriter
          This is an interface used for writing blocks of output data.
 

Classes in uk.org.ogsadai.common used by uk.org.ogsadai.activity.resource
BlockWriter
          This is an interface used for writing blocks of output data.
 

Classes in uk.org.ogsadai.common used by uk.org.ogsadai.activity.sql
BlockReader
          This is an interface to read blocks of input data from.
BlockWriter
          This is an interface used for writing blocks of output data.
 

Classes in uk.org.ogsadai.common used by uk.org.ogsadai.activity.sql.parameters
BlockReader
          This is an interface to read blocks of input data from.
 

Classes in uk.org.ogsadai.common used by uk.org.ogsadai.activity.transform
BlockReader
          This is an interface to read blocks of input data from.
BlockWriter
          This is an interface used for writing blocks of output data.
 

Classes in uk.org.ogsadai.common used by uk.org.ogsadai.activity.xmldb
BlockMaker
          A BlockMaker is used to retrieve a sequence of blocks of some type.
BlockReader
          This is an interface to read blocks of input data from.
BlockWriter
          This is an interface used for writing blocks of output data.
 

Classes in uk.org.ogsadai.common used by uk.org.ogsadai.activity.xmldb.commands
BlockReader
          This is an interface to read blocks of input data from.
BlockWriter
          This is an interface used for writing blocks of output data.
 

Classes in uk.org.ogsadai.common used by uk.org.ogsadai.client.toolkit.activity.delivery
BlockReader
          This is an interface to read blocks of input data from.
 

Classes in uk.org.ogsadai.common used by uk.org.ogsadai.client.toolkit.activity.xmldb
BlockMaker
          A BlockMaker is used to retrieve a sequence of blocks of some type.
BlockMakerException
          A uk.org.ogsadai.common.BlockMaker encountered a problem when accessing its blocks.
 

Classes in uk.org.ogsadai.common used by uk.org.ogsadai.common
BinaryLob
          An implementation of java.sql.Blob for use in OGSA-DAI the java.sql.ResultSet implementation.
BlockBuffer
          An interface for buffering sequences of blocks and then retrieving the sequence as a single aggregate block.
BlockMakerException
          A uk.org.ogsadai.common.BlockMaker encountered a problem when accessing its blocks.
BlockReader
          This is an interface to read blocks of input data from.
BlockWriter
          This is an interface used for writing blocks of output data.
DocumentValidationException
          Exception raised when some document is deemed to be invalid, for some application-specific reason.
DocumentValidator
          A DocumentValidator validates a Document in an application-specific way.
OutOfMemoryException
          Risk of a java.lang.OutOfMemory error occurring.
Queue
          A subset of methods from the java.util.Queue interface introduced in Java 5.0.
SecurityContext
          A wrapper for org.ietf.jgss Grid security credential objects.
UniqueName
          Provides unique names for use by the system.
 

Classes in uk.org.ogsadai.common used by uk.org.ogsadai.common.properties
SecurityContext
          A wrapper for org.ietf.jgss Grid security credential objects.
 

Classes in uk.org.ogsadai.common used by uk.org.ogsadai.common.rolemap
MissingSystemPropertyException
          Exception thrown when a value for an OGSA-DAI system property cannot be found.
 

Classes in uk.org.ogsadai.common used by uk.org.ogsadai.dataresource
SecurityContext
          A wrapper for org.ietf.jgss Grid security credential objects.
 

Classes in uk.org.ogsadai.common used by uk.org.ogsadai.engine
BlockReader
          This is an interface to read blocks of input data from.
BlockWriter
          This is an interface used for writing blocks of output data.
CircularBuffer
          A thread-safe, fixed-sized, circular buffer that can be written to by a producer and read from by a consumer.
Queue
          A subset of methods from the java.util.Queue interface introduced in Java 5.0.
SecurityContext
          A wrapper for org.ietf.jgss Grid security credential objects.
 

Classes in uk.org.ogsadai.common used by uk.org.ogsadai.examples.authorization
SecurityContext
          A wrapper for org.ietf.jgss Grid security credential objects.
 

Classes in uk.org.ogsadai.common used by uk.org.ogsadai.examples.demoFactory
BlockWriter
          This is an interface used for writing blocks of output data.
 

Classes in uk.org.ogsadai.common used by uk.org.ogsadai.examples.demoTransientFactory
BlockWriter
          This is an interface used for writing blocks of output data.
 

Classes in uk.org.ogsadai.common used by uk.org.ogsadai.service.authorization
SecurityContext
          A wrapper for org.ietf.jgss Grid security credential objects.
 

Classes in uk.org.ogsadai.common used by uk.org.ogsadai.service.wsrf.dataservice.impl
SecurityContext
          A wrapper for org.ietf.jgss Grid security credential objects.
SecurityContextProvider
          A callback interface for any class that can provide uk.org.ogsadai.common.SecurityContext objects.
 

Classes in uk.org.ogsadai.common used by uk.org.ogsadai.service.wsrf.properties
SecurityContextProvider
          A callback interface for any class that can provide uk.org.ogsadai.common.SecurityContext objects.
 

Classes in uk.org.ogsadai.common used by uk.org.ogsadai.service.wsrf.resource
SecurityContextProvider
          A callback interface for any class that can provide uk.org.ogsadai.common.SecurityContext objects.
 

Classes in uk.org.ogsadai.common used by uk.org.ogsadai.sessions
BlockReader
          This is an interface to read blocks of input data from.
BlockWriter
          This is an interface used for writing blocks of output data.