Serialized Form

Class dods.dap.AttributeBadValueException extends DASException implements Serializable


Class dods.dap.AttributeExistsException extends DASException implements Serializable


Class dods.dap.BadSemanticsException extends DDSException implements Serializable


Class dods.servlet.BadURLException extends DODSException implements Serializable


Class dods.servlet.jake.DAPServlet extends DispatchServlet implements Serializable


Class dods.dap.DASException extends DODSException implements Serializable


Class dods.dap.DataReadException extends DDSException implements Serializable


Class dods.dap.DDSException extends DODSException implements Serializable


Class dods.servlet.jake.DispatchServlet extends javax.servlet.http.HttpServlet implements Serializable


Class dods.dap.DODSException extends java.lang.Exception implements Serializable

Serialized Fields

errorCode

int errorCode
The error code.

 

errorMessage

java.lang.String errorMessage
The error message.

 

programType

int programType
The program type.

 

programSource

java.lang.String programSource
The program source. if programType is TCL_PROGRAM, then this is ASCII text. Otherwise, undefined (this will need to become a byte[] array if the server sends Java bytecodes, for example).

 


Class dods.servlet.DODSServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

track

boolean track

syncLock

java.lang.Object syncLock
************************************************************************ Used for thread syncronization.

 

HitCounter

int HitCounter
************************************************************************ Count "hits" on the server...

 

prArr

java.util.ArrayList prArr


Class dods.servers.sql.dodsSQLServlet extends DODSServlet implements Serializable

Serialized Fields

currentConnection

java.sql.Connection currentConnection

currentStatement

java.sql.Statement currentStatement


Class dods.servers.sql.drds extends dodsSQLServlet implements Serializable

Serialized Fields

ServerVersion

java.lang.String ServerVersion
DODS Server Version for the test server...

Ostensibly it's a serializable item...


Class dods.servers.test.dts extends DODSServlet implements Serializable

Serialized Fields

ServerVersion

java.lang.String ServerVersion
************************************************************************ DODS Server Version for the test server...

Ostensibly it's a serializable item...


Class dods.util.geturl.gui.GeturlApplet extends java.applet.Applet implements Serializable

Serialized Fields

frame

GeturlFrame frame
The currently open Geturl window.


Class dods.util.geturl.gui.GeturlFrame extends java.awt.Frame implements Serializable

Serialized Fields

isApplet

boolean isApplet
True if we are an applet.


urlField

java.awt.TextField urlField
The TextField containing the URL to retrieve.


outputArea

java.awt.TextArea outputArea
The TextArea where output should be written.


getDASButton

java.awt.Button getDASButton
The "Get DAS", "Get DDS", and "Get Data" buttons.


getDDSButton

java.awt.Button getDDSButton
The "Get DAS", "Get DDS", and "Get Data" buttons.


getDataButton

java.awt.Button getDataButton
The "Get DAS", "Get DDS", and "Get Data" buttons.


Class dods.dap.Server.InvalidOperatorException extends SDODSException implements Serializable


Class dods.dap.Server.InvalidParameterException extends SDODSException implements Serializable


Class dods.util.InvalidSwitch extends java.lang.Throwable implements Serializable


Class dods.dap.NoSuchAttributeException extends DASException implements Serializable


Class dods.dap.NoSuchFunctionException extends DDSException implements Serializable


Class dods.dap.NoSuchVariableException extends DDSException implements Serializable


Class dods.dap.parser.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.


Class dods.servlet.jake.ProxyServlet extends DispatchServlet implements Serializable


Class dods.dap.Server.RegExpException extends SDODSException implements Serializable


Class dods.dap.Server.SBHException extends SDODSException implements Serializable


Class dods.dap.Server.SDODSException extends DODSException implements Serializable


Class dods.dap.Server.SSFunctionException extends SDODSException implements Serializable


Class dods.util.geturl.gui.StatusWindow extends java.awt.Frame implements Serializable

Serialized Fields

urlLabel

java.awt.Label urlLabel
The Label showing the DODS URL being downloaded.


bytesRead

int bytesRead
The number of bytes downloaded so far.


startTime

long startTime
The start time in milliseconds.


lastUpdateTime

long lastUpdateTime
The last time the transfer rate was updated, in milliseconds.


cancelPushed

boolean cancelPushed
Has the cancel button been pushed by the user?


bytesReadLabel

java.awt.Label bytesReadLabel
The Label showing the number of bytes read


transferRateLabel

java.awt.Label transferRateLabel
The Label showing the current transfer rate


cancelButton

java.awt.Button cancelButton
The cancel button. (NOTE: synchronize methods which access this!)


nf

java.text.NumberFormat nf
The NumberFormat object used for writing floating point labels.


Class dods.dap.parser.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Class dods.dap.Server.WrongTypeException extends SDODSException implements Serializable