public interface BusyHandler
Modifier and Type | Method and Description |
---|---|
boolean |
busy(java.lang.String table,
int count)
Invoked when a table is locked by another process
or thread.
|
boolean busy(java.lang.String table, int count)
table
- the name of the locked tablecount
- number of times the table was lockedContact: Christian Werner