dods.servers.sql
Interface GuardedSQLDataset

All Superinterfaces:
GuardedDataset
All Known Implementing Classes:
sqlDataset

public interface GuardedSQLDataset
extends GuardedDataset

Interface for datasets to be used by the drds. A GuardedDatasetis used by DODServlet (and it's children) to provide a thread safe place to store the DAS and DDS objects generated by a particular client request. And, it's used as a mechanism for caching those object for later release.

Author:
ndp
See Also:
GuardedDataset, drds

Method Summary
 sqlDDS getSQLDDS()
           
 
Methods inherited from interface dods.servlet.GuardedDataset
getDAS, getDDS, release
 

Method Detail

getSQLDDS

public sqlDDS getSQLDDS()
                 throws DODSException,
                        ParseException
Throws:
DODSException
ParseException