A B C D E G I L M N O Q R S T

A

addLoggingHandler(Handler) - Static method in class net.sourceforge.orbroker.Broker
Add logging handler.
addLoggingHandler(Handler, boolean) - Static method in class net.sourceforge.orbroker.Broker
Add logging handler.
addStatement(String, String) - Method in class net.sourceforge.orbroker.Broker
Add statement to Broker.
addStatement(String, String, String) - Method in class net.sourceforge.orbroker.Broker
Add statement to Broker.

B

Broker - class net.sourceforge.orbroker.Broker.
The Broker between the JDBC data source and an application.
Broker(DataSource) - Constructor for class net.sourceforge.orbroker.Broker
Create Broker without a configuration.
Broker(DataSource, String, String) - Constructor for class net.sourceforge.orbroker.Broker
Create Broker without a configuration.
Broker(InputStream, DataSource) - Constructor for class net.sourceforge.orbroker.Broker
The Broker is configured by passing an InputStream containing an XML file and a data source.
Broker(InputStream, DataSource, String, String) - Constructor for class net.sourceforge.orbroker.Broker
The Broker is configured by passing an InputStream containing an XML file and a data source with username and password.
BrokerException - exception net.sourceforge.orbroker.BrokerException.
Generic exception from Broker.
BrokerException(String) - Constructor for class net.sourceforge.orbroker.BrokerException
Constructor.
BrokerException(String, Throwable) - Constructor for class net.sourceforge.orbroker.BrokerException
Constructor.
BrokerException(Throwable) - Constructor for class net.sourceforge.orbroker.BrokerException
Constructor.

C

ConfigurationException - exception net.sourceforge.orbroker.ConfigurationException.
Exception thrown during configuration of Broker.
ConfigurationException(String) - Constructor for class net.sourceforge.orbroker.ConfigurationException
Constructor.
ConfigurationException(Throwable) - Constructor for class net.sourceforge.orbroker.ConfigurationException
Constructor.
ConfigurationException(String, Throwable) - Constructor for class net.sourceforge.orbroker.ConfigurationException
Constructor.
ConstraintException - exception net.sourceforge.orbroker.ConstraintException.
Exception for a violated database constraint.
ConstraintException(Throwable) - Constructor for class net.sourceforge.orbroker.ConstraintException
Constructor.
ConstraintException(String, Throwable) - Constructor for class net.sourceforge.orbroker.ConstraintException
Constructor.
close() - Method in class net.sourceforge.orbroker.Query
Close query.
close() - Method in class net.sourceforge.orbroker.Transaction
Close transaction.
commit() - Method in class net.sourceforge.orbroker.Transaction
Commit the transaction.

D

DeadlockException - exception net.sourceforge.orbroker.DeadlockException.
Exception for deadlock occurence.
DeadlockException(Throwable) - Constructor for class net.sourceforge.orbroker.DeadlockException
Constructor.
DeadlockException(String, Throwable) - Constructor for class net.sourceforge.orbroker.DeadlockException
Constructor.
DefaultExceptionEvaluator - class net.sourceforge.orbroker.exception.DefaultExceptionEvaluator.
The default implementation that uses standard ISO values for SQLState for evaluation.
DefaultExceptionEvaluator() - Constructor for class net.sourceforge.orbroker.exception.DefaultExceptionEvaluator
 

E

ExceptionEvaluator - interface net.sourceforge.orbroker.exception.ExceptionEvaluator.
Interface to interrogate an SQLException.
Executable - class net.sourceforge.orbroker.Executable.
An Executable allows queries and execution of statements on an existing connection.

G

getDataSource() - Method in class net.sourceforge.orbroker.Broker
Get the data source used by Broker.
getName() - Method in class net.sourceforge.orbroker.Broker
Get brokerName of Broker.

I

isConstraint(SQLException) - Method in class net.sourceforge.orbroker.exception.DefaultExceptionEvaluator
 
isConstraint(SQLException) - Method in interface net.sourceforge.orbroker.exception.ExceptionEvaluator
Is SQLException a constraint violation?
isDeadlock(SQLException) - Method in class net.sourceforge.orbroker.exception.DefaultExceptionEvaluator
 
isDeadlock(SQLException) - Method in interface net.sourceforge.orbroker.exception.ExceptionEvaluator
Is SQLException a deadlock?
isStaleConnection(SQLException) - Method in class net.sourceforge.orbroker.exception.DefaultExceptionEvaluator
 
isStaleConnection(SQLException) - Method in interface net.sourceforge.orbroker.exception.ExceptionEvaluator
Is SQLException caused by stale connection?

L

log(Level, String) - Static method in class net.sourceforge.orbroker.Broker
Log a message.

M

MoreThanOneRowException - exception net.sourceforge.orbroker.MoreThanOneRowException.
Exception when one row was expected, but multiple rows were returned.
MoreThanOneRowException(String) - Constructor for class net.sourceforge.orbroker.MoreThanOneRowException
Constructor.
MoreThanOneRowException(Throwable) - Constructor for class net.sourceforge.orbroker.MoreThanOneRowException
Constructor.
MoreThanOneRowException(String, Throwable) - Constructor for class net.sourceforge.orbroker.MoreThanOneRowException
Constructor.

N

net.sourceforge.orbroker - package net.sourceforge.orbroker
 
net.sourceforge.orbroker.exception - package net.sourceforge.orbroker.exception
 

O

obtainExecutable(Connection) - Method in class net.sourceforge.orbroker.Broker
Obtain an Executable.
obtainExecutable() - Method in class net.sourceforge.orbroker.Transaction
Obtain an Executable that uses this Transaction's connection.

Q

Query - class net.sourceforge.orbroker.Query.
The query class.
QueryException - exception net.sourceforge.orbroker.QueryException.
Query related exception.
QueryException(String) - Constructor for class net.sourceforge.orbroker.QueryException
Constructor.
QueryException(String, Throwable) - Constructor for class net.sourceforge.orbroker.QueryException
Constructor.
QueryException(Throwable) - Constructor for class net.sourceforge.orbroker.QueryException
Constructor.

R

ReflectionException - exception net.sourceforge.orbroker.ReflectionException.
General exception wrapping a number of different exceptions relating to reflection.
ReflectionException(String) - Constructor for class net.sourceforge.orbroker.ReflectionException
 
ReflectionException(Throwable) - Constructor for class net.sourceforge.orbroker.ReflectionException
 
ReflectionException(String, Throwable) - Constructor for class net.sourceforge.orbroker.ReflectionException
 
releaseExecutable(Executable) - Method in class net.sourceforge.orbroker.Broker
Release Executable.
rollback() - Method in class net.sourceforge.orbroker.Transaction
Roll back the transaction.

S

setCatalog(String) - Method in class net.sourceforge.orbroker.Broker
Set the catalog.
setDataSource(DataSource) - Method in class net.sourceforge.orbroker.Broker
Set the data source.
setDataSource(DataSource, String, String) - Method in class net.sourceforge.orbroker.Broker
Set data source and username/password.
setExceptionEvaluator(ExceptionEvaluator) - Method in class net.sourceforge.orbroker.Broker
Set a new exception evaluator.
setLoggingLevel(Level) - Static method in class net.sourceforge.orbroker.Broker
Set the logging level.
setLoggingLevel(String) - Static method in class net.sourceforge.orbroker.Broker
Set the logging level.
setTextReplacement(String, String) - Method in class net.sourceforge.orbroker.Broker
Set a text replacement value.
setTextReplacements(Properties) - Method in class net.sourceforge.orbroker.Broker
Set text replacement values.
startQuery() - Method in class net.sourceforge.orbroker.Broker
Start a read-only query.
startQuery(int) - Method in class net.sourceforge.orbroker.Broker
Start a read-only query with a given transaction isolation level.
startTransaction() - Method in class net.sourceforge.orbroker.Broker
Start a new transaction.
startTransaction(int) - Method in class net.sourceforge.orbroker.Broker
Start a new transaction with a given transaction isolation level.

T

Transaction - class net.sourceforge.orbroker.Transaction.
Any database modifications (INSERT, UPDATE, DELETE) must be done through the Transaction object.
toString() - Method in class net.sourceforge.orbroker.Broker
 

A B C D E G I L M N O Q R S T