Uses of Package
org.objectweb.cjdbc.common.exceptions

Packages that use org.objectweb.cjdbc.common.exceptions
org.objectweb.cjdbc.common.exceptions C-JDBC Exceptions package.  
org.objectweb.cjdbc.common.jmx This package offers all the common jmx classes to the agent and the client 
org.objectweb.cjdbc.common.jmx.mbeans All the MBeans interface used in C-JDBC 
org.objectweb.cjdbc.common.monitor Monitoring classes and abstract classes.  
org.objectweb.cjdbc.common.monitor.backend Monitoring package for backend information. 
org.objectweb.cjdbc.common.monitor.cache Monitoring classes for cache information 
org.objectweb.cjdbc.common.monitor.client Monitoring classes for client information.  
org.objectweb.cjdbc.common.monitor.virtualdatabase Monitoring classes for the virtual database. 
org.objectweb.cjdbc.common.net ssl support for encryption and authentication 
org.objectweb.cjdbc.console.jmx This package offers all the classes for the different jmx clients.  
org.objectweb.cjdbc.console.monitoring Monitoring related classes for the C-JDBC console. 
org.objectweb.cjdbc.console.text C-JDBC text console List of consoles controller console VirtualDataBase admin console VirtualDataBase console monitor console Design Modules in the code, a console (e.g. controller console, monitor console) is represented by a module. 
org.objectweb.cjdbc.controller.authentication Authentication manager core. 
org.objectweb.cjdbc.controller.backend Database backend core. 
org.objectweb.cjdbc.controller.backup Set of classes to wrap calls and execution of Octopus to execute backup and recovery of databases 
org.objectweb.cjdbc.controller.connection Connection managers implementations (mainly connection pooling). 
org.objectweb.cjdbc.controller.core C-JDBC controller bootstrap and interfaces.  
org.objectweb.cjdbc.controller.core.shutdown Set of classes for properly execute shutdown of controller, databases and backends. 
org.objectweb.cjdbc.controller.loadbalancer All C-JDBC load balancers are subpackage of this one which provides the load balancer interface and the core backend thread. 
org.objectweb.cjdbc.controller.loadbalancer.paralleldb ParallelDB load balancers to use with parallel databases. 
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.loadbalancer.raidb1 RAIDb-1 (full replication) load balancers. 
org.objectweb.cjdbc.controller.loadbalancer.raidb2 RAIDb-2 (partial replication) load balancers. 
org.objectweb.cjdbc.controller.monitoring.datacollector This regroups all the common interfaces and mbeans to collect information on the system, and eventually make a trace of it.  
org.objectweb.cjdbc.controller.recoverylog Recovery Log core. 
org.objectweb.cjdbc.controller.requestmanager Request Manager core including the request parsing cache. 
org.objectweb.cjdbc.controller.requestmanager.distributed Distributed implementation of the request manager.  
org.objectweb.cjdbc.controller.scheduler All C-JDBC schedulers are subpackage of this one which provides the scheduler interface in the AbstractScheduler class. 
org.objectweb.cjdbc.controller.scheduler.raidb0 RAIDb-0 schedulers. 
org.objectweb.cjdbc.controller.scheduler.raidb1 RAIDb-1 (full replication) schedulers. 
org.objectweb.cjdbc.controller.scheduler.raidb2 RAIDb-2 (partial replication) schedulers. 
org.objectweb.cjdbc.controller.scheduler.singledb Schedulers for single backend system. 
org.objectweb.cjdbc.controller.virtualdatabase Virtual database core code including connection handling. 
org.objectweb.cjdbc.driver C-JDBC driver core. 
org.objectweb.cjdbc.driver.connectpolicy   
org.objectweb.cjdbc.driver.protocol Protocol used between C-JDBC driver and controller. 
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.common.exceptions
CJDBCException
          C-JDBC base exception.
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.common.jmx
CJDBCException
          C-JDBC base exception.
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.common.jmx.mbeans
ControllerException
          Controller exception.
DataCollectorException
          DataCollector exceptions
VirtualDatabaseException
          Virtual database exceptions.
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.common.monitor
DataCollectorException
          DataCollector exceptions
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.common.monitor.backend
DataCollectorException
          DataCollector exceptions
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.common.monitor.cache
DataCollectorException
          DataCollector exceptions
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.common.monitor.client
DataCollectorException
          DataCollector exceptions
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.common.monitor.virtualdatabase
DataCollectorException
          DataCollector exceptions
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.common.net
CJDBCException
          C-JDBC base exception.
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.console.jmx
VirtualDatabaseException
          Virtual database exceptions.
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.console.monitoring
DataCollectorException
          DataCollector exceptions
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.console.text
CJDBCException
          C-JDBC base exception.
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.controller.authentication
CJDBCException
          C-JDBC base exception.
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.controller.backend
NoTransactionStartWhenDisablingException
          This class defines a NoTransactionStartWhenDisablingException.
UnreachableBackendException
          A UnreachableBackendException is thrown when it is no more possible to get a connection to a backend.
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.controller.backup
BackupException
          Backup Exception class in case errors happen while backup or recovery is executed, but octopus is not responsible for it.
OctopusException
          Octopus Exception class in case errors happen while octopus is working
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.controller.connection
UnreachableBackendException
          A UnreachableBackendException is thrown when it is no more possible to get a connection to a backend.
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.controller.core
ControllerException
          Controller exception.
VirtualDatabaseException
          Virtual database exceptions.
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.controller.core.shutdown
ShutdownException
          Controller exception.
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.controller.loadbalancer
BadConnectionException
          A BadConnectionException is thrown when a connection fails the validity test.
CJDBCException
          C-JDBC base exception.
UnreachableBackendException
          A UnreachableBackendException is thrown when it is no more possible to get a connection to a backend.
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.controller.loadbalancer.paralleldb
UnreachableBackendException
          A UnreachableBackendException is thrown when it is no more possible to get a connection to a backend.
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.controller.loadbalancer.policies.createtable
CJDBCException
          C-JDBC base exception.
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking
CJDBCException
          C-JDBC base exception.
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.controller.loadbalancer.raidb1
NoMoreBackendException
          This class defines a NoMoreBackendException.
UnreachableBackendException
          A UnreachableBackendException is thrown when it is no more possible to get a connection to a backend.
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.controller.loadbalancer.raidb2
UnreachableBackendException
          A UnreachableBackendException is thrown when it is no more possible to get a connection to a backend.
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.controller.monitoring.datacollector
DataCollectorException
          DataCollector exceptions
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.controller.recoverylog
VirtualDatabaseException
          Virtual database exceptions.
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.controller.requestmanager
BackupException
          Backup Exception class in case errors happen while backup or recovery is executed, but octopus is not responsible for it.
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.controller.requestmanager.distributed
NoMoreBackendException
          This class defines a NoMoreBackendException.
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.controller.scheduler
RollbackException
          A RollbackException is thrown by a scheduler when the transaction must be rollbacked (for example when a deadlock is detected).
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.controller.scheduler.raidb0
RollbackException
          A RollbackException is thrown by a scheduler when the transaction must be rollbacked (for example when a deadlock is detected).
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.controller.scheduler.raidb1
RollbackException
          A RollbackException is thrown by a scheduler when the transaction must be rollbacked (for example when a deadlock is detected).
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.controller.scheduler.raidb2
RollbackException
          A RollbackException is thrown by a scheduler when the transaction must be rollbacked (for example when a deadlock is detected).
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.controller.scheduler.singledb
RollbackException
          A RollbackException is thrown by a scheduler when the transaction must be rollbacked (for example when a deadlock is detected).
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.controller.virtualdatabase
BackupException
          Backup Exception class in case errors happen while backup or recovery is executed, but octopus is not responsible for it.
NoMoreBackendException
          This class defines a NoMoreBackendException.
NotImplementedException
          This exception is thrown for all non implemented features in the C-JDBC driver.
VirtualDatabaseException
          Virtual database exceptions.
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.driver
AuthenticationException
          This class defines an AuthenticationException in case the authentication with the controller fails.
ProtocolException
          This class defines a ProtocolException
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.driver.connectpolicy
NoMoreControllerException
          This class defines a NoMoreControllerException.
 

Classes in org.objectweb.cjdbc.common.exceptions used by org.objectweb.cjdbc.driver.protocol
CJDBCException
          C-JDBC base exception.
NotImplementedException
          This exception is thrown for all non implemented features in the C-JDBC driver.
 



Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.