|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.core.LockResult
public class LockResult
Result object for databases function.
Proc.databases(LockResult)
Field Summary | |
---|---|
StringList |
read
List of databases to read lock. |
boolean |
readAll
Flag if global read lock is required. |
StringList |
write
List of databases to write lock. |
boolean |
writeAll
Flag if global write lock is required. |
Constructor Summary | |
---|---|
LockResult()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean readAll
public boolean writeAll
public StringList read
public StringList write
Constructor Detail |
---|
public LockResult()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |