public final class LockHandle extends Object
Modifier and Type | Method and 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.
|
String |
toString() |
public void checkAccess(DataTable table, int access_type)
public void finalize()
Copyright © 2015. All rights reserved.