Skip navigation links
M N O R S T 

M

mandatory(Runnable) - Method in interface org.everit.transaction.propagator.TransactionPropagator
Support a current transaction, throw an exception if none exists.
mandatory(Supplier<R>) - Method in interface org.everit.transaction.propagator.TransactionPropagator
Support a current transaction, throw an exception if none exists.

N

never(Runnable) - Method in interface org.everit.transaction.propagator.TransactionPropagator
Execute non-transactionally, throw an exception if a transaction exists.
never(Supplier<R>) - Method in interface org.everit.transaction.propagator.TransactionPropagator
Execute non-transactionally, throw an exception if a transaction exists.
notSupported(Runnable) - Method in interface org.everit.transaction.propagator.TransactionPropagator
Execute non-transactionally, suspend the current transaction if one exists.
notSupported(Supplier<R>) - Method in interface org.everit.transaction.propagator.TransactionPropagator
Execute non-transactionally, suspend the current transaction if one exists.

O

org.everit.transaction.propagator - package org.everit.transaction.propagator
 

R

required(Runnable) - Method in interface org.everit.transaction.propagator.TransactionPropagator
Support a current transaction, create a new one if none exists.
required(Supplier<R>) - Method in interface org.everit.transaction.propagator.TransactionPropagator
Support a current transaction, create a new one if none exists.
requiresNew(Runnable) - Method in interface org.everit.transaction.propagator.TransactionPropagator
Create a new transaction, suspend the current transaction if one exists.
requiresNew(Supplier<R>) - Method in interface org.everit.transaction.propagator.TransactionPropagator
Create a new transaction, suspend the current transaction if one exists.

S

supports(Runnable) - Method in interface org.everit.transaction.propagator.TransactionPropagator
Support a current transaction, execute it without a transaction if none exists.
supports(Supplier<R>) - Method in interface org.everit.transaction.propagator.TransactionPropagator
Support a current transaction, execute it without a transaction if none exists.

T

TransactionPropagator - Interface in org.everit.transaction.propagator
TransactionHelper OSGi service can be used to manipulate transactions on the current thread.
M N O R S T 
Skip navigation links

Copyright © 2011–2015 Everit Kft.. All rights reserved.