public interface SpaceTransactionProvider extends Closeable
| Modifier and Type | Method and Description |
|---|---|
Transaction |
getCurrentTransaction()
Returns the currently running transaction (usually managed externally/declarative).
|
IsolationLevelModifiers |
getCurrentTransactionIsolationLevel()
Returns the currently running transaction isolation level.
|
boolean |
isEnabled()
Returns
true if this transaction provider is enabled or not. |
boolean isEnabled()
true if this transaction provider is enabled or not.Transaction getCurrentTransaction()
If no transaction is currently executing, null value will be returned. This
usually means that the operation will be performed without a transaction.
null).IsolationLevelModifiers getCurrentTransactionIsolationLevel()
Copyright © GigaSpaces.