Index

B C G 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
 

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.
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 occuring, but normally not of interest to application, when invoking TransactionUtil.get(UserTransaction, ThrowingSupplier) or TransactionUtil.get(UserTransaction, ThrowingSupplier)
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 R S T U 
All Classes|All Packages|Serialized Form