Skip navigation links
A B C G I J M O P R S T V 

A

AbstractTxSupport - Class in org.fabric3.tx
Transaction functionality common to interceptors and event stream handlers.
AbstractTxSupport(TransactionManager, TxAction, TxMonitor) - Constructor for class org.fabric3.tx.AbstractTxSupport
 

B

begin() - Method in class org.fabric3.tx.AbstractTxSupport
 
build(PhysicalTxInterceptor) - Method in class org.fabric3.tx.TxInterceptorBuilder
 

C

commit() - Method in class org.fabric3.tx.AbstractTxSupport
 

G

generate(LogicalOperation, LogicalOperation) - Method in class org.fabric3.tx.TxInterceptorGenerator
 
getAction() - Method in class org.fabric3.tx.PhysicalTxInterceptor
 
getNext() - Method in class org.fabric3.tx.TxInterceptor
 
getTransaction() - Method in class org.fabric3.tx.AbstractTxSupport
 

I

invoke(Message) - Method in class org.fabric3.tx.TxInterceptor
 

J

JtaTransactionDecorator - Class in org.fabric3.tx
 
JtaTransactionDecorator(TransactionManager, TxMonitor) - Constructor for class org.fabric3.tx.JtaTransactionDecorator
 

M

markedForRollback(String) - Method in interface org.fabric3.tx.TxMonitor
 
monitor - Variable in class org.fabric3.tx.AbstractTxSupport
 

O

org.fabric3.tx - package org.fabric3.tx
 

P

PhysicalTxInterceptor - Class in org.fabric3.tx
Defines a transaction operation configuration for a wire invocation chain.
PhysicalTxInterceptor(TxAction) - Constructor for class org.fabric3.tx.PhysicalTxInterceptor
 

R

resume(Transaction) - Method in class org.fabric3.tx.AbstractTxSupport
 
resumeOnError(Throwable) - Method in interface org.fabric3.tx.TxMonitor
 
rollback() - Method in class org.fabric3.tx.AbstractTxSupport
 
rolledback(String) - Method in interface org.fabric3.tx.TxMonitor
 

S

setNext(Interceptor) - Method in class org.fabric3.tx.TxInterceptor
 
setRollbackOnly() - Method in class org.fabric3.tx.AbstractTxSupport
 
suspend() - Method in class org.fabric3.tx.AbstractTxSupport
 

T

transactional(InvocationChain) - Method in class org.fabric3.tx.JtaTransactionDecorator
 
transactionManager - Variable in class org.fabric3.tx.AbstractTxSupport
 
txAction - Variable in class org.fabric3.tx.AbstractTxSupport
 
TxAction - Enum in org.fabric3.tx
Defines the possible transaction operations when a client invokes a service.
TxInterceptor - Class in org.fabric3.tx
Implements transaction policy for a wire operation.
TxInterceptor(TransactionManager, TxAction, TxMonitor) - Constructor for class org.fabric3.tx.TxInterceptor
 
TxInterceptorBuilder - Class in org.fabric3.tx
Creates a TxInterceptor for a wire invocation chain.
TxInterceptorBuilder(TransactionManager, TxMonitor) - Constructor for class org.fabric3.tx.TxInterceptorBuilder
 
TxInterceptorGenerator - Class in org.fabric3.tx
Generates metadata for creating a TxInterceptor on a wire invocation chain.
TxInterceptorGenerator() - Constructor for class org.fabric3.tx.TxInterceptorGenerator
 
TxMonitor - Interface in org.fabric3.tx
 

V

valueOf(String) - Static method in enum org.fabric3.tx.TxAction
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.fabric3.tx.TxAction
Returns an array containing the constants of this enum type, in the order they are declared.
A B C G I J M O P R S T V 
Skip navigation links