Uses of Interface
dods.servlet.GuardedDataset

Packages that use GuardedDataset
dods.servers.sql This package contains the DODS Relational Databse Server (DRDS). 
dods.servers.test This package contains the DODS Test Server (DTS). 
dods.servlet This package contains the core code for the DODS servlet engine. 
 

Uses of GuardedDataset in dods.servers.sql
 

Subinterfaces of GuardedDataset in dods.servers.sql
 interface GuardedSQLDataset
          Interface for datasets to be used by the drds.
 

Classes in dods.servers.sql that implement GuardedDataset
 class sqlDataset
          This is the DODS Test servlet (dts).
 

Methods in dods.servers.sql that return GuardedDataset
protected  GuardedDataset dodsSQLServlet.getDataset(ReqState rs)
          Supress this method (just pass through it) we need a special DDS here, and thus this method gets replaced by getSQLDDS().
 

Uses of GuardedDataset in dods.servers.test
 

Classes in dods.servers.test that implement GuardedDataset
 class testDataset
          This is the DODS Test servlet (dts).
 

Methods in dods.servers.test that return GuardedDataset
protected  GuardedDataset dts.getDataset(ReqState rs)
           
 

Uses of GuardedDataset in dods.servlet
 

Methods in dods.servlet that return GuardedDataset
protected abstract  GuardedDataset DODSServlet.getDataset(ReqState rs)
          ************************************************************************ This method must be implemented locally for each DODS server.
 

Methods in dods.servlet with parameters of type GuardedDataset
 void dodsINFO.sendINFO(java.io.PrintStream pw, GuardedDataset gds, ReqState rs)
          Default handler for DODS info requests.