QJCC homepage

biz.chitec.qdemo.util
Class RowLockDemo

java.lang.Object
  extended bybiz.chitec.qdemo.util.RowLockDemo

public final class RowLockDemo
extends java.lang.Object

Demonstration for the row lock table demo class.

Version:
$Id: 9de2cf794593c1be59be53d1f95cb67e80eba047 $
Author:
chitec/Dirk Hillbrecht 2002 Distributed under the terms of the GNU LGPL.

Nested Class Summary
private static class RowLockDemo.RowLockTestThread
          Description of the Class
 
Constructor Summary
RowLockDemo()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main program for the RowLockDemo class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowLockDemo

public RowLockDemo()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Throwable
The main program for the RowLockDemo class

Parameters:
args - The command line arguments
Throws:
java.lang.Throwable - Description of the Exception

QJCC homepage