Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

org.objectweb.cjdbc.controller.core.shutdown.VirtualDatabaseForceShutdownThread Class Reference

Inheritance diagram for org.objectweb.cjdbc.controller.core.shutdown.VirtualDatabaseForceShutdownThread:

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.cjdbc.controller.core.shutdown.VirtualDatabaseForceShutdownThread:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 VirtualDatabaseForceShutdownThread (VirtualDatabase vdb)
void shutdown () throws ShutdownException

Detailed Description

This thread forces an immediate shutdown of the VirtualDatabase without waiting for open transactions to complete.

Author:
Emmanuel Cecchet
Version:
1.0

Definition at line 38 of file VirtualDatabaseForceShutdownThread.java.


Constructor & Destructor Documentation

org.objectweb.cjdbc.controller.core.shutdown.VirtualDatabaseForceShutdownThread.VirtualDatabaseForceShutdownThread VirtualDatabase  vdb  ) 
 

Creates a new VirtualDatabaseForceShutdownThread object

Parameters:
vdb the VirtualDatabase to shutdown

Definition at line 47 of file VirtualDatabaseForceShutdownThread.java.

00048   {
00049     super(vdb, Constants.SHUTDOWN_FORCE);
00050   }


Member Function Documentation

void org.objectweb.cjdbc.controller.core.shutdown.VirtualDatabaseForceShutdownThread.shutdown  )  throws ShutdownException [virtual]
 

See also:
org.objectweb.cjdbc.controller.core.shutdown.ShutdownThread.shutdown()

Implements org.objectweb.cjdbc.controller.core.shutdown.ShutdownThread.

Definition at line 55 of file VirtualDatabaseForceShutdownThread.java.

00056   {
00057     this.terminateVirtualDatabaseWorkerThreads();
00058     this.closeVirtualDatabase();
00059     this.disableAllBackends();
00060   }


The documentation for this class was generated from the following file:
Generated on Mon Apr 11 22:03:48 2005 for C-JDBC by  doxygen 1.3.9.1