Package org.apache.jena.dboe.transaction
Class TransactionalWrapper
java.lang.Object
org.apache.jena.dboe.transaction.TransactionalWrapper
- All Implemented Interfaces:
Transactional,Transactional
Wrapper for
Transactional-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.jena.sparql.core.Transactional
Transactional.Promote -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidabort()voidvoidvoidcommit()voidend()booleanbooleanpromote(Transactional.Promote mode) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jena.sparql.core.Transactional
begin, calc, calculate, calculateRead, calculateWrite, exec, execute, executeRead, executeWrite, promote
-
Constructor Details
-
TransactionalWrapper
-
-
Method Details
-
begin
- Specified by:
beginin interfaceTransactional
-
begin
- Specified by:
beginin interfaceTransactional
-
promote
- Specified by:
promotein interfaceTransactional
-
commit
public void commit()- Specified by:
commitin interfaceTransactional
-
abort
public void abort()- Specified by:
abortin interfaceTransactional
-
end
public void end()- Specified by:
endin interfaceTransactional
-
transactionMode
- Specified by:
transactionModein interfaceTransactional
-
transactionType
- Specified by:
transactionTypein interfaceTransactional
-
isInTransaction
public boolean isInTransaction()- Specified by:
isInTransactionin interfaceTransactional
-