Uses of Class
org.objectweb.cjdbc.controller.core.shutdown.VirtualDatabaseShutdownThread

Packages that use VirtualDatabaseShutdownThread
org.objectweb.cjdbc.controller.core.shutdown Set of classes for properly execute shutdown of controller, databases and backends. 
 

Uses of VirtualDatabaseShutdownThread in org.objectweb.cjdbc.controller.core.shutdown
 

Subclasses of VirtualDatabaseShutdownThread in org.objectweb.cjdbc.controller.core.shutdown
 class VirtualDatabaseForceShutdownThread
          This thread forces an immediate shutdown of the VirtualDatabase without waiting for open transactions to complete.
 class VirtualDatabaseSafeShutdownThread
          This thread waits for open transactions to complete before shutting down the virtual database.
 class VirtualDatabaseWaitShutdownThread
          This thread waits for all clients to terminate their connections before shutting down the virtual database.
 



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