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
getSQLDDS
public sqlDDS getSQLDDS()
throws DODSException,
ParseException
- Throws:
DODSException
ParseException