java.lang.Object
org.apache.jena.sparql.core.TransactionalNotSupported
- All Implemented Interfaces:
Transactional,TransactionalNotSupportedMixin
Implementation for "un-Transactional" interface.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.jena.sparql.core.Transactional
Transactional.Promote -
Constructor Summary
Constructors -
Method Summary
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
calc, calculate, calculateRead, calculateWrite, exec, execute, executeRead, executeWrite, promoteMethods inherited from interface org.apache.jena.sparql.core.TransactionalNotSupportedMixin
abort, begin, begin, begin, commit, end, isInTransaction, promote, transactionMode, transactionType
-
Constructor Details
-
TransactionalNotSupported
public TransactionalNotSupported()
-
-
Method Details
-
create
-
supportsTransactions
public boolean supportsTransactions()- Specified by:
supportsTransactionsin interfaceTransactionalNotSupportedMixin
-
supportsTransactionAbort
public boolean supportsTransactionAbort()- Specified by:
supportsTransactionAbortin interfaceTransactionalNotSupportedMixin
-