|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GuardedDataset | |
---|---|
dods.servers.agg | |
dods.servers.netcdf | |
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.agg |
---|
Classes in dods.servers.agg that implement GuardedDataset | |
---|---|
class |
AggDataset
This creates a logical dataset, by combining a list of Datasets specified in an "aggregation" element of an InvCatalog.Dataset. |
class |
Dataset
|
class |
DODSDataset
This is a proxy for a dataset on another DODS server. |
Methods in dods.servers.agg that return GuardedDataset | |
---|---|
protected GuardedDataset |
CatalogServlet.getDataset(requestState preq)
dataset caching |
Uses of GuardedDataset in dods.servers.netcdf |
---|
Classes in dods.servers.netcdf that implement GuardedDataset | |
---|---|
class |
NcDataset
|
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(requestState 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(requestState rs)
|
Uses of GuardedDataset in dods.servlet |
---|
Methods in dods.servlet that return GuardedDataset | |
---|---|
protected abstract GuardedDataset |
DODSServlet.getDataset(requestState rs)
This method must be implemented locally for each DODS server. |
Methods in dods.servlet with parameters of type GuardedDataset | |
---|---|
void |
dodsINFO.sendINFO(PrintStream pw,
GuardedDataset gds,
requestState rs)
Default handler for DODS info requests. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |