|
DODS 7.5 API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.enhydra.dods.cache.DOShell
public class DOShell
DOShell class maintains data for result (data objects and data handles).
| Field Summary | |
|---|---|
GenericDO |
dataObject
Data object. |
java.lang.String |
handle
Data object's handle. |
| Constructor Summary | |
|---|---|
DOShell(GenericDO object)
Constructor (GenericDO). |
|
DOShell(java.lang.String handle)
Constructor (String). |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String handle
public GenericDO dataObject
| Constructor Detail |
|---|
public DOShell(java.lang.String handle)
handle - Data object's handle.public DOShell(GenericDO object)
object - Data object.
|
DODS 7.5 API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||