@Immutable public class GuardedDatasetCacheAndClone extends Object implements opendap.servlet.GuardedDataset
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
GuardedDatasetCacheAndClone(String reqPath,
ucar.nc2.NetcdfFile ncfile,
boolean hasSession) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
opendap.dap.DAS |
getDAS() |
opendap.servers.ServerDDS |
getDDS() |
void |
release() |
String |
toString() |
public GuardedDatasetCacheAndClone(String reqPath, ucar.nc2.NetcdfFile ncfile, boolean hasSession)
public void release()
release in interface opendap.servlet.GuardedDatasetpublic void close()
close in interface opendap.servlet.GuardedDatasetpublic opendap.servers.ServerDDS getDDS()
getDDS in interface opendap.servlet.GuardedDatasetpublic opendap.dap.DAS getDAS()
getDAS in interface opendap.servlet.GuardedDataset