Index

B C G M N R S T U 
All Classes|All Packages|Serialized Form

B

begin() - Method in class com.zfabrik.tx.UserTransaction
 

C

com.zfabrik.tx - package com.zfabrik.tx
 
commit() - Method in class com.zfabrik.tx.UserTransaction
 

G

get() - Static method in class com.zfabrik.tx.UserTransaction
 
get(UserTransaction, ThrowingSupplier<V, E>) - Static method in class com.zfabrik.tx.TransactionUtil
Use this method to execute work in a transaction that returns a result.
getStatus() - Method in class com.zfabrik.tx.UserTransaction
 

M

mandatory(UserTransaction) - Static method in class com.zfabrik.tx.TransactionUtil
Require an outer active transaction.

N

never(UserTransaction) - Static method in class com.zfabrik.tx.TransactionUtil
Do not allow an outer active transaction.

R

rollback() - Method in class com.zfabrik.tx.UserTransaction
 
run(UserTransaction, ThrowingRunnable<E>) - Static method in class com.zfabrik.tx.TransactionUtil
Use this method to execute work in a transaction that returns no result.
run(UserTransaction, Callable<V>) - Static method in class com.zfabrik.tx.TransactionUtil
Use this method to execute work in a transaction.

S

setRollbackOnly() - Method in class com.zfabrik.tx.UserTransaction
 
setTransactionTimeout(int) - Method in class com.zfabrik.tx.UserTransaction
 

T

TransactionUtil - Class in com.zfabrik.tx
This class provides utilities around transaction management with Z2's built-in JTA implementation for easier transaction demarcation.
TransactionUtil() - Constructor for class com.zfabrik.tx.TransactionUtil
 
TransactionUtil.TransactionUtilException - Exception in com.zfabrik.tx
The TransactionUtilException is used to wrap system style exceptions possibly occurring when invoking transaction management methods, but normally not of interest to application, when invoking TransactionUtil.get(UserTransaction, ThrowingSupplier), TransactionUtil.run(UserTransaction, Callable), TransactionUtil.run(UserTransaction, ThrowingRunnable).
TransactionUtilException(Throwable) - Constructor for exception com.zfabrik.tx.TransactionUtil.TransactionUtilException
 

U

UserTransaction - Class in com.zfabrik.tx
public wrapper of UT implementation
UserTransaction() - Constructor for class com.zfabrik.tx.UserTransaction
 
B C G M N R S T U 
All Classes|All Packages|Serialized Form