|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ontobox.fast.TransactionRW
public class TransactionRW
Constructor Summary | |
---|---|
TransactionRW(Engine engine)
|
Method Summary | ||
---|---|---|
void |
close(boolean rollback)
|
|
protected void |
finalize()
|
|
|
read(ReadAction<R> action)
|
|
void |
write(WriteAction action)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransactionRW(Engine engine)
Method Detail |
---|
public final void write(WriteAction action)
write
in interface Transaction
public final <R> R read(ReadAction<R> action)
read
in interface Transaction
public final void close(boolean rollback)
close
in interface Transaction
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |