|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CJDBCException | |
org.objectweb.cjdbc.controller | C-JDBC controller bootstrap and interfaces. |
org.objectweb.cjdbc.controller.authentication | Authentication manager core. |
org.objectweb.cjdbc.controller.console | C-JDBC text and graphical console. |
org.objectweb.cjdbc.controller.loadbalancer.policies.createtable | Table creation policies load balancers managing partial replication. |
org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking | Error checking policies for RADb-Xec load balancers. |
org.objectweb.cjdbc.controller.shutdown | |
org.objectweb.cjdbc.controller.virtualdatabase | Virtual database core code including connection handling. |
org.objectweb.cjdbc.driver.protocol | Protocol used between C-JDBC driver and controller. |
org.objectweb.cjdbc.util | C-JDBC internal utilities such as locks, statistics and exceptions. |
Uses of CJDBCException in org.objectweb.cjdbc.controller |
Subclasses of CJDBCException in org.objectweb.cjdbc.controller | |
class |
ControllerException
Controller exception. |
Uses of CJDBCException in org.objectweb.cjdbc.controller.authentication |
Subclasses of CJDBCException in org.objectweb.cjdbc.controller.authentication | |
class |
AuthenticationManagerException
Authentication manager exception. |
Uses of CJDBCException in org.objectweb.cjdbc.controller.console |
Subclasses of CJDBCException in org.objectweb.cjdbc.controller.console | |
class |
ConsoleHelperException
Console helper exception. |
Uses of CJDBCException in org.objectweb.cjdbc.controller.loadbalancer.policies.createtable |
Subclasses of CJDBCException in org.objectweb.cjdbc.controller.loadbalancer.policies.createtable | |
class |
CreateTableException
A CreateTableException is thrown when a
CreateTableRule policy cannot be applied in the
rule.getBackends() method. |
Uses of CJDBCException in org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking |
Subclasses of CJDBCException in org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking | |
class |
ErrorCheckingException
An ErrorCheckingException is thrown when an
ErrorCheckingPolicy policy cannot be applied in the
getBackends() method. |
Uses of CJDBCException in org.objectweb.cjdbc.controller.shutdown |
Subclasses of CJDBCException in org.objectweb.cjdbc.controller.shutdown | |
class |
ShutdownException
Controller exception. |
Uses of CJDBCException in org.objectweb.cjdbc.controller.virtualdatabase |
Constructors in org.objectweb.cjdbc.controller.virtualdatabase that throw CJDBCException | |
DistributedVirtualDatabase(java.lang.String name,
java.lang.String groupName,
int maxConnections,
boolean pool,
int minThreads,
int maxThreads,
long maxThreadIdleTime)
Creates a new DistributedVirtualDatabase instance. |
Uses of CJDBCException in org.objectweb.cjdbc.driver.protocol |
Subclasses of CJDBCException in org.objectweb.cjdbc.driver.protocol | |
class |
CommandCompleted
This exception is used by the controller to signal the driver from the successful completion of a command. |
Uses of CJDBCException in org.objectweb.cjdbc.util |
Subclasses of CJDBCException in org.objectweb.cjdbc.util | |
class |
RollbackException
A RollbackException is thrown by a scheduler when the
transaction must be rollbacked (for example when a deadlock is detected). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |