Class CallInterceptor

  • All Implemented Interfaces:
    AsyncInterceptor

    public class CallInterceptor
    extends BaseAsyncInterceptor
    Always at the end of the chain, directly in front of the cache. Simply calls into the cache using reflection. If the call resulted in a modification, add the Modification to the end of the modification list keyed by the current transaction.
    Since:
    9.0
    Author:
    Bela Ban, Mircea.Markus@jboss.com, Dan Berindei