Class TransactionInterceptor

  • All Implemented Interfaces:
    EJBClientInterceptor

    public final class TransactionInterceptor
    extends Object
    implements EJBClientInterceptor
    The client interceptor which associates the current transaction with the invocation. Additionally, it influences discovery to "stick" load-balanced requests to a single node during the scope of a transaction.
    Author:
    David M. Lloyd, Jason T. Greene