Class TxInterceptor<K,V>

All Implemented Interfaces:
Visitor, AsyncInterceptor, JmxStatisticsExposer

@MBean(objectName="Transactions", description="Component that manages the cache\'s participation in JTA transactions.") public class TxInterceptor<K,V> extends DDAsyncInterceptor implements JmxStatisticsExposer
Interceptor in charge with handling transaction related operations, e.g enlisting cache as an transaction participant, propagating remotely initiated changes.
Since:
9.0
Author:
Manik Surtani (manik@jboss.org), Mircea.Markus@jboss.com
See Also: