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

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

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

Subclasses of ShutdownThread in org.objectweb.cjdbc.controller.core.shutdown
 class ControllerForceShutdownThread
          This thread waits for all clients to terminate their connections before shutting down the controller.
 class ControllerSafeShutdownThread
          This thread waits for all clients to terminate their connections before shutting down the controller.
 class ControllerShutdownThread
          Abstract class for all implementations of controller shutdown strategies.
 class ControllerWaitShutdownThread
          This thread waits for all clients to terminate their connections before shutting down the controller.
 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 VirtualDatabaseShutdownThread
          Abstract class for all implementations of virtual database shutdown strategies.
 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.