All Classes and Interfaces

Class
Description
Example Java program for computing the avg cell red value for a RGB image in a given collection.
 
This exception is thrown when the implementation cannot make an object persistent because of the type of the object.
 
The interface that defines the operations of an ODMG array,
not yet available in RasDaMan.
The interface for interacting with an ODMG database.
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.
This exception is thrown when a call has been made that modifies a database that is open in read-only mode.
This exception is thrown when attempting to open a database that does not exist.
This exception is thrown when attempting to open a database that is already open.
This interface defines the operations associated with an ODMG bag collection.
The base interface for all ODMG collections.
Methods of this static class perform debugging output into the servlet log (usually /opt/jakarta/logs/servlet.log).
 
The ODMG List collection.
The ODMG Map collection interface,
not yet available in RasDaMan.
The ODMG Set collection interface.
 
The factory interface for a particular ODMG implementation.
This exception is thrown if a lock could not be granted on an object.
This exception is thrown when an implementation does not support an operation.
This exception is thrown when accessing an object that was deleted.
An attempt to get a object via its name using Database.lookup and the name is not associated with an object in the database.
This exception is thrown when attempting to bind a name to an object when the name is already bound to another object.
This exception is thrown when deleting an object that is not persistent.
This is the base class for all exceptions thrown by an ODMG implementation.
This is the base class for all RuntimeExceptions thrown by an ODMG implementation.
The interface to an OQL query object.
This is the base class for all exceptions associated with queries.
This exception is thrown if the query is not a valid OQL query.
This exception is thrown when the number of bound parameters for a query does not match the number of placeholders.
This exception is thrown when the type of a query parameter is not compatible with the expected type.
This class implements the ODMG DBag interface.
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.
PURPOSE: This runtime exception indicates an internal error on client-side , which cannot be solved by the user.
This abstract class should implement the ODMG DCollection interface but is not implemented yet, please use subclass RasBag
PURPOSE: This class represents the Collection type in the ODMG conformant representation of the RasDaMan type system.
 
PURPOSE: This exception is raised when the connection to the RasDaMan server fails.
This class implements the ODMG Database interface.
PURPOSE: This exception is thrown if the dimensions of two objects do not match.
 
PURPOSE: This is the superclass of all exceptions in the rasj package, except for RasQueryExecutionFailedException.
class for fast scaling
 
PURPOSE: This class represents a generic MDD in the sense that it is independent of the cell base type.
This class handles a HTTP-request to the RasDaMan server.
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.
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.
PURPOSE: ODMG Implementation Bootstrap Object This class implements an ODMG Bootstrap Object.
PURPOSE: This interface contains the methods implemented by RasRasnetImplementation COMMENTS:
PURPOSE: This exception is thrown when a cell index for an MDD exceeds the objects's bounds.
PURPOSE: This exception is thrown if a object name contains unaccepted characters COMMENTS:
This class implements the ODMG DList interface.
PURPOSE: This class represents a MArray with base type Byte.
PURPOSE: This class represents a MArray with base type double.
PURPOSE: This class represents a MArray with base type float.
PURPOSE: This class represents a MArray with base type Integer.
PURPOSE: This class represents a MArray with base type long.
PURPOSE: This class represents a MArray with base type short.
PURPOSE: This class represents the MArray type in the ODMG conformant representation of the RasDaMan type system.
 
PURPOSE: The spatial domain of an MDD is represented by an object of class RasMInterval.
PURPOSE: This class represents the MInterval type in the ODMG conformant representation of the RasDaMan type system.
 
Factory for creating channels and services for ranset.
Implementation for creating rasnet services and channels.
 
This class provides some global defines and variables needed for the ODMG implementation of the RasDaMan httpserver.
This class implements the internal ODMG Bootstrap Object used by the rasj.odmg package.
class represents an object identifier
PURPOSE: This class represents the OID type in the ODMG conformant representation of the RasDaMan type system.
This class implements the ODMG OQLQuery interface.
PURPOSE: This class represents an n-dimensional point vector.
PURPOSE: This class represents the Point type in the ODMG conformant representation of the RasDaMan type system.
PURPOSE: This class represents the primitive types in the ODMG conformant representation of the RasDaMan type system.
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.
 
PURPOSE: This exception is thrown if the result of an operation is no cell.
PURPOSE: This exception is thrown if the result of an operation is no interval.
PURPOSE: This abstract class is the superclass of all runtime exceptions in the rasj package except for RasConnectionFailedException.
 
This class implements the ODMG DSet interface.
PURPOSE: The class represents an interval with lower and upper bound.
PURPOSE: This class represents the SInterval type in the ODMG conformant representation of the RasDaMan type system.
PURPOSE: This class is used to express the storage options for MDD objects.
PURPOSE: This exception is thrown if an initialization overflow has occured.
*********************************************************
PURPOSE: This class represents all user defined structured types in the ODMG conformant representation of the RasDaMan type system.
This class implements the ODMG Transaction interface.
PURPOSE: This class the superclass for all types in the ODMG conformant representation of the RasDaMan type system.
PURPOSE: This exception is thrown if a primitive type is accessed by a method having the wrong type.
PURPOSE: This runtime exception is raised when the BaseType of a query result is not supported by the current version of the rasj package.
PURPOSE: This runtime exception is raised when the RasType of a query result is unknown on client-side.
This class provides some useful methods for reading binary data from a stream or converting objects to a byte array for transmission.
This interfaces provides the operations necessary to perform database transactions.
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.
This exception is thrown when a call has been made to a method that should not be called when a transaction is in progress.
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.