|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use dods.dap.Server | |
dods.dap | This package contains the DODS core classes, known as the Data Access Protocol (DAP). |
dods.dap.Server | This package contains the DODS Server classes. |
dods.dap.parser | This package contains JavaCC generated DAP parser classes. |
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. |
Classes in dods.dap.Server used by dods.dap | |
InvalidParameterException
Used to indicate that one of the passed parameters to a method is either the wrong type, is missing, or it's value is unacceptable. |
Classes in dods.dap.Server used by dods.dap.Server | |
AbstractClause
Provides default implementations for the Clause interface methods. |
|
BoolFunction
Represents a server-side function, which evaluates to a boolean value. |
|
BTFunction
Represents a server-side function, which evaluates to a BaseType. |
|
CEEvaluator
This class is used to parse and evaluate a constraint expression. |
|
Clause
Represents the common interface of the two types of clause used by the constraint expression (CE) parser: TopLevelClause and SubClause. |
|
ClauseFactory
Represents a source of Clause objects for the constraint expression parser. |
|
FunctionLibrary
Represents a library of available server-side functions for use in evaluating constraint expressions. |
|
InvalidOperatorException
Thrown when a RelOp operation is called
on two types for which it makes no sense to compre, such as
attempting to ascertain is a String is less than a Float. |
|
InvalidParameterException
Used to indicate that one of the passed parameters to a method is either the wrong type, is missing, or it's value is unacceptable. |
|
RegExpException
Thrown by Operator.op when an attempt is made to parse a
improperly formed regular expression. |
|
RelOps
The RelOps interface defines how each type responds to relational operators. |
|
SBHException
The Something Bad Happened (SBH) Exception. |
|
SDODSException
SDODS exception. |
|
ServerArrayMethods
This interface extends the ArrayMethods for DODS types that
extend DArray and DGrid classes. |
|
ServerDDS
ServerDDS is a specialization of DDS for the server-side of DODS. |
|
ServerMethods
This interface defines the additional behaviors that Server side types need to support. |
|
ServerSideFunction
Represents common interface of all server-side functions (SSF). |
|
SubClause
Represents a sub-clause of the selection portion of a constraint expression. |
|
TopLevelClause
Represents a top-level clause in the selection portion of a constraint expression (CE). |
|
WrongTypeException
Report a type-mismatch problem in the constraint expression. |
Classes in dods.dap.Server used by dods.dap.parser | |
CEEvaluator
This class is used to parse and evaluate a constraint expression. |
|
Clause
Represents the common interface of the two types of clause used by the constraint expression (CE) parser: TopLevelClause and SubClause. |
|
ClauseFactory
Represents a source of Clause objects for the constraint expression parser. |
|
InvalidOperatorException
Thrown when a RelOp operation is called
on two types for which it makes no sense to compre, such as
attempting to ascertain is a String is less than a Float. |
|
InvalidParameterException
Used to indicate that one of the passed parameters to a method is either the wrong type, is missing, or it's value is unacceptable. |
|
SBHException
The Something Bad Happened (SBH) Exception. |
|
ServerArrayMethods
This interface extends the ArrayMethods for DODS types that
extend DArray and DGrid classes. |
|
SubClause
Represents a sub-clause of the selection portion of a constraint expression. |
|
WrongTypeException
Report a type-mismatch problem in the constraint expression. |
Classes in dods.dap.Server used by dods.servers.sql | |
AbstractClause
Provides default implementations for the Clause interface methods. |
|
BoolFunction
Represents a server-side function, which evaluates to a boolean value. |
|
BTFunction
Represents a server-side function, which evaluates to a BaseType. |
|
CEEvaluator
This class is used to parse and evaluate a constraint expression. |
|
Clause
Represents the common interface of the two types of clause used by the constraint expression (CE) parser: TopLevelClause and SubClause. |
|
ClauseFactory
Represents a source of Clause objects for the constraint expression parser. |
|
FunctionLibrary
Represents a library of available server-side functions for use in evaluating constraint expressions. |
|
InvalidOperatorException
Thrown when a RelOp operation is called
on two types for which it makes no sense to compre, such as
attempting to ascertain is a String is less than a Float. |
|
InvalidParameterException
Used to indicate that one of the passed parameters to a method is either the wrong type, is missing, or it's value is unacceptable. |
|
RelOpClause
Represents a clause which compares subclauses, using one of the relative operators supported by the Operator class. |
|
RelOps
The RelOps interface defines how each type responds to relational operators. |
|
SDArray
Holds a DODS Server Array value. |
|
SDBoolean
Holds a DODS Server Boolean value. |
|
SDByte
Holds a DODS Server Byte value. |
|
SDFloat32
Holds a DODS Server Float32 value. |
|
SDFloat64
Holds a DODS Server Float64 value. |
|
SDGrid
Holds a DODS Server Grid value. |
|
SDInt16
Holds a DODS Server Int16 value. |
|
SDInt32
Holds a DODS Server Int32 value. |
|
SDList
Holds a DODS Server List value. |
|
SDODSException
SDODS exception. |
|
SDSequence
Holds a DODS Server Sequence value. |
|
SDString
Holds a DODS Server String value. |
|
SDStructure
Holds a DODS Server Structure value. |
|
SDUInt16
Holds a DODS Server Unsigned Int16 value. |
|
SDUInt32
Holds a DODS Server Unsigned Int32 value. |
|
SDURL
Holds a DODS Server URL value. |
|
ServerArrayMethods
This interface extends the ArrayMethods for DODS types that
extend DArray and DGrid classes. |
|
ServerDDS
ServerDDS is a specialization of DDS for the server-side of DODS. |
|
ServerMethods
This interface defines the additional behaviors that Server side types need to support. |
|
ServerSideFunction
Represents common interface of all server-side functions (SSF). |
|
SubClause
Represents a sub-clause of the selection portion of a constraint expression. |
|
TopLevelClause
Represents a top-level clause in the selection portion of a constraint expression (CE). |
Classes in dods.dap.Server used by dods.servers.test | |
BoolFunction
Represents a server-side function, which evaluates to a boolean value. |
|
BTFunction
Represents a server-side function, which evaluates to a BaseType. |
|
InvalidParameterException
Used to indicate that one of the passed parameters to a method is either the wrong type, is missing, or it's value is unacceptable. |
|
RelOps
The RelOps interface defines how each type responds to relational operators. |
|
SDArray
Holds a DODS Server Array value. |
|
SDBoolean
Holds a DODS Server Boolean value. |
|
SDByte
Holds a DODS Server Byte value. |
|
SDFloat32
Holds a DODS Server Float32 value. |
|
SDFloat64
Holds a DODS Server Float64 value. |
|
SDGrid
Holds a DODS Server Grid value. |
|
SDInt16
Holds a DODS Server Int16 value. |
|
SDInt32
Holds a DODS Server Int32 value. |
|
SDList
Holds a DODS Server List value. |
|
SDODSException
SDODS exception. |
|
SDSequence
Holds a DODS Server Sequence value. |
|
SDString
Holds a DODS Server String value. |
|
SDStructure
Holds a DODS Server Structure value. |
|
SDUInt16
Holds a DODS Server Unsigned Int16 value. |
|
SDUInt32
Holds a DODS Server Unsigned Int32 value. |
|
SDURL
Holds a DODS Server URL value. |
|
ServerArrayMethods
This interface extends the ArrayMethods for DODS types that
extend DArray and DGrid classes. |
|
ServerDDS
ServerDDS is a specialization of DDS for the server-side of DODS. |
|
ServerMethods
This interface defines the additional behaviors that Server side types need to support. |
|
ServerSideFunction
Represents common interface of all server-side functions (SSF). |
Classes in dods.dap.Server used by dods.servlet | |
ServerDDS
ServerDDS is a specialization of DDS for the server-side of DODS. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |