public final class LockHandle
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
void |
checkAccess(DataTable table,
int access_type) |
Blocks until access to the given DataTable object is safe.
|
void |
finalize() |
On garbage collection, this will call 'unlockAll' just in case the
program did not use the 'LockingMechanism.unlockTables' method in error.
|
java.lang.String |
toString() |
public void checkAccess(DataTable table, int access_type)
public void finalize()
finalize
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2018. All rights reserved.