Uses of Class
org.jboss.cache.pojo.interceptors.AbstractInterceptor

Packages that use AbstractInterceptor
org.jboss.cache.pojo.interceptors   
 

Uses of AbstractInterceptor in org.jboss.cache.pojo.interceptors
 

Subclasses of AbstractInterceptor in org.jboss.cache.pojo.interceptors
 class CheckIdInterceptor
          Interceptor (done via aop advice) to check the validity of the id specified by the user.
 class CheckNonSerializableInterceptor
          Interceptor (done via aop advice) to check the validity of the id specified by the user.
 class PojoBeginInterceptor
          The first interceptor that deals initialization.
 class PojoEventInterceptor
          Handles the POJO event notification.
 class PojoFailedTxMockupInterceptor
          Interceptor to mockup tx failure that resulting in rollback.
 class PojoTxInterceptor
          Interceptor (done via aop advice) for transaction
 class PojoTxLockInterceptor
          Interceptor that handles the parent node lock associated with transaction.
 class PojoTxUndoInterceptor
          Interceptor (done via aop advice) for transaction rollback.
 class PojoTxUndoSynchronizationInterceptor
          Interceptor that handles registration of tx synchronization for rollback operations.
 



Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.