Ontimize 5.2072EN

com.ontimize.db
Class TableSynchronizer

java.lang.Object
  extended bycom.ontimize.db.TableSynchronizer

public abstract class TableSynchronizer
extends java.lang.Object


Field Summary
static boolean DEBUG
           
 
Constructor Summary
TableSynchronizer()
           
 
Method Summary
static boolean isLocked(java.lang.String table)
           
static short lockTable(java.lang.String table)
           
static void unlockTable(java.lang.String table, short id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static boolean DEBUG
Constructor Detail

TableSynchronizer

public TableSynchronizer()
Method Detail

isLocked

public static boolean isLocked(java.lang.String table)

lockTable

public static short lockTable(java.lang.String table)
                       throws java.lang.Exception
Throws:
java.lang.Exception

unlockTable

public static void unlockTable(java.lang.String table,
                               short id)

Ontimize