Class TxInterceptor

All Implemented Interfaces:
Visitor, AsyncInterceptor, JmxStatisticsExposer, CustomMetricsSupplier

@MBean(objectName="Transactions", description="Component that manages the cache\'s participation in JTA transactions.") public class TxInterceptor extends DDAsyncInterceptor implements JmxStatisticsExposer, CustomMetricsSupplier
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: