Package org.objectweb.cjdbc.controller.core.shutdown

Set of classes for properly execute shutdown of controller, databases and backends.

See:
          Description

Class Summary
ControllerForceShutdownThread This thread waits for all clients to terminate their connections before shutting down the controller.
ControllerSafeShutdownThread This thread waits for all clients to terminate their connections before shutting down the controller.
ControllerShutdownThread Abstract class for all implementations of controller shutdown strategies.
ControllerWaitShutdownThread This thread waits for all clients to terminate their connections before shutting down the controller.
ShutdownThread Skeleton for shutdown threads.
VirtualDatabaseForceShutdownThread This thread forces an immediate shutdown of the VirtualDatabase without waiting for open transactions to complete.
VirtualDatabaseSafeShutdownThread This thread waits for open transactions to complete before shutting down the virtual database.
VirtualDatabaseShutdownThread Abstract class for all implementations of virtual database shutdown strategies.
VirtualDatabaseWaitShutdownThread This thread waits for all clients to terminate their connections before shutting down the virtual database.
 

Package org.objectweb.cjdbc.controller.core.shutdown Description

Set of classes for properly execute shutdown of controller, databases and backends.



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