All Classes Interface Summary Class Summary Exception Summary
| Class |
Description |
| AvgCellRed |
Example Java program for computing the avg cell red value
for a RGB image in a given collection.
|
| BenchmarkTimer |
|
| ClassNotPersistenceCapableException |
This exception is thrown when the implementation cannot make an object persistent because of the type of the object.
|
| Constants |
|
| DArray |
The interface that defines the operations of an ODMG array,
not yet available in RasDaMan.
|
| Database |
The interface for interacting with an ODMG database.
|
| DatabaseClosedException |
This exception is thrown when an attempt is made to call a method
on a Database that has been closed or has not been opened.
|
| DatabaseIsReadOnlyException |
This exception is thrown when a call has been made that modifies
a database that is open in read-only mode.
|
| DatabaseNotFoundException |
This exception is thrown when attempting to open a database that does not exist.
|
| DatabaseOpenException |
This exception is thrown when attempting to open a database that is already open.
|
| DBag |
This interface defines the operations associated with an ODMG bag collection.
|
| DCollection |
The base interface for all ODMG collections.
|
| Debug |
Methods of this static class perform debugging output into
the servlet log (usually /opt/jakarta/logs/servlet.log).
|
| DigestUtils |
|
| DList |
The ODMG List collection.
|
| DMap |
The ODMG Map collection interface,
not yet available in RasDaMan.
|
| DSet |
The ODMG Set collection interface.
|
| GrpcUtils |
|
| Implementation |
The factory interface for a particular ODMG implementation.
|
| LockNotGrantedException |
This exception is thrown if a lock could not be granted on an object.
|
| NotImplementedException |
This exception is thrown when an implementation does not support an operation.
|
| ObjectDeletedException |
This exception is thrown when accessing an object that was deleted.
|
| ObjectNameNotFoundException |
An attempt to get a object via its name using Database.lookup
and the name is not associated with an object in the database.
|
| ObjectNameNotUniqueException |
This exception is thrown when attempting to bind a name to an object
when the name is already bound to another object.
|
| ObjectNotPersistentException |
This exception is thrown when deleting an object that is not persistent.
|
| ODMGException |
This is the base class for all exceptions thrown by an ODMG implementation.
|
| ODMGRuntimeException |
This is the base class for all RuntimeExceptions thrown by an ODMG implementation.
|
| OQLQuery |
The interface to an OQL query object.
|
| QueryException |
This is the base class for all exceptions associated with queries.
|
| QueryInvalidException |
This exception is thrown if the query is not a valid OQL query.
|
| QueryParameterCountInvalidException |
This exception is thrown when the number of bound parameters for a query
does not match the number of placeholders.
|
| QueryParameterTypeInvalidException |
This exception is thrown when the type of a query parameter
is not compatible with the expected type.
|
| RasBag |
This class implements the ODMG DBag interface.
|
| RasBaseType |
PURPOSE:
This class represents the Base types and is the superclass of
the types RasStructureType and RasPrimitiveType in the
representation of the RasDaMan type system.
|
| RasClientInternalException |
PURPOSE:
This runtime exception indicates an internal error on client-side , which cannot
be solved by the user.
|
| RasCollection |
This abstract class should implement the ODMG DCollection interface but is not implemented yet,
please use subclass RasBag
|
| RasCollectionType |
PURPOSE:
This class represents the Collection type in the ODMG conformant
representation of the RasDaMan type system.
|
| RasCommDefs |
|
| RasConnectionFailedException |
PURPOSE:
This exception is raised when the connection to the RasDaMan server fails.
|
| RasDatabase |
This class implements the ODMG Database interface.
|
| RasDimensionMismatchException |
PURPOSE:
This exception is thrown if the dimensions of two objects do not match.
|
| RasErrorTexts |
|
| RasException |
|
| RasFastScale |
class for fast scaling
|
| RasGlobalDefs |
|
| RasGMArray |
PURPOSE:
This class represents a generic MDD in the sense that it
is independent of the cell base type.
|
| RasHttpRequest |
This class handles a HTTP-request to the RasDaMan server.
|
| RasIllegalULongValueException |
PURPOSE:
This exception is thrown if a RasMArrayLong is trying to be sent to the
server where one or more cell values exceed 2^32 or are negative.
|
| RasIllegalUShortValueException |
PURPOSE:
This exception is thrown if a RasMArrayShort is trying to be sent to the
server for ODMG type UShort where one or more cell values exceed 2^16 or are negative.
|
| RasImplementation |
PURPOSE:
ODMG Implementation Bootstrap Object
This class implements an ODMG Bootstrap Object.
|
| RasImplementationInterface |
PURPOSE:
This interface contains the methods implemented by RasRasnetImplementation
COMMENTS:
|
| RasIndexOutOfBoundsException |
PURPOSE:
This exception is thrown when a cell index for an MDD exceeds
the objects's bounds.
|
| RasInvalidNameException |
PURPOSE:
This exception is thrown if a object name contains unaccepted characters
COMMENTS:
|
| RasList |
This class implements the ODMG DList interface.
|
| RasMArrayByte |
PURPOSE:
This class represents a MArray with base type Byte.
|
| RasMArrayDouble |
PURPOSE:
This class represents a MArray with base type double.
|
| RasMArrayFloat |
PURPOSE:
This class represents a MArray with base type float.
|
| RasMArrayInteger |
PURPOSE:
This class represents a MArray with base type Integer.
|
| RasMArrayLong |
PURPOSE:
This class represents a MArray with base type long.
|
| RasMArrayShort |
PURPOSE:
This class represents a MArray with base type short.
|
| RasMArrayType |
PURPOSE:
This class represents the MArray type in the ODMG conformant
representation of the RasDaMan type system.
|
| RasmgrKeepAlive |
|
| RasMInterval |
PURPOSE:
The spatial domain of an MDD is represented by an object
of class RasMInterval.
|
| RasMIntervalType |
PURPOSE:
This class represents the MInterval type in the ODMG conformant
representation of the RasDaMan type system.
|
| RasnetException |
|
| RasnetServiceFactory |
Factory for creating channels and services for ranset.
|
| RasnetServiceFactoryImpl |
Implementation for creating rasnet services and channels.
|
| RasObject |
|
| RasODMGGlobal |
This class provides some global defines and variables needed for the
ODMG implementation of the RasDaMan httpserver.
|
| RasODMGImplementation |
This class implements the internal ODMG Bootstrap Object used by the rasj.odmg package.
|
| RasOID |
class represents an object identifier
|
| RasOIDType |
PURPOSE:
This class represents the OID type in the ODMG conformant
representation of the RasDaMan type system.
|
| RasOQLQuery |
This class implements the ODMG OQLQuery interface.
|
| RasPoint |
PURPOSE:
This class represents an n-dimensional point vector.
|
| RasPointType |
PURPOSE:
This class represents the Point type in the ODMG conformant
representation of the RasDaMan type system.
|
| RasPrimitiveType |
PURPOSE:
This class represents the primitive types in the ODMG conformant
representation of the RasDaMan type system.
|
| RasQueryExecutionFailedException |
PURPOSE:
This exception extends the ODMGQueryInvalidException by offering direct access to the
RasDaMan error number and the line, column and token in the querystring that produced the error.
|
| RasRasnetImplementation |
|
| RasResultIsNoCellException |
PURPOSE:
This exception is thrown if the result of an operation is no cell.
|
| RasResultIsNoIntervalException |
PURPOSE:
This exception is thrown if the result of an operation is no interval.
|
| RasRuntimeException |
|
| RasserverKeepAlive |
|
| RasSet |
This class implements the ODMG DSet interface.
|
| RasSInterval |
PURPOSE:
The class represents an interval with lower and upper bound.
|
| RasSIntervalType |
PURPOSE:
This class represents the SInterval type in the ODMG conformant
representation of the RasDaMan type system.
|
| RasStorageLayout |
PURPOSE:
This class is used to express the storage options for MDD objects.
|
| RasStreamInputOverflowException |
PURPOSE:
This exception is thrown if an initialization overflow has occured.
|
| RasStructure |
*********************************************************
|
| RasStructureType |
PURPOSE:
This class represents all user defined structured types in the ODMG conformant
representation of the RasDaMan type system.
|
| RasTransaction |
This class implements the ODMG Transaction interface.
|
| RasType |
PURPOSE:
This class the superclass for all types in the ODMG conformant
representation of the RasDaMan type system.
|
| RasTypeInvalidException |
PURPOSE:
This exception is thrown if a primitive type is accessed by a method
having the wrong type.
|
| RasTypeNotSupportedException |
PURPOSE:
This runtime exception is raised when the
BaseType of a query result is not supported
by the current version of the rasj package.
|
| RasTypeUnknownException |
PURPOSE:
This runtime exception is raised when the
RasType of a query result is unknown
on client-side.
|
| RasUtils |
This class provides some useful methods for reading binary data from a stream
or converting objects to a byte array for transmission.
|
| Transaction |
This interfaces provides the operations necessary to perform database transactions.
|
| TransactionAbortedException |
This exception is thrown when the database asynchronously and explicitly
aborts the user's transaction due to some failure, the user's data is reset
just as if the user had directly called Transaction.abort.
|
| TransactionInProgressException |
This exception is thrown when a call has been made to a method that
should not be called when a transaction is in progress.
|
| TransactionNotInProgressException |
This exception is thrown when attempting to perform an operation that
must be performed when there is a transaction is in progress, but no
such transaction is in progress.
|
| Version |
|