Package org.jboss.cache.pojo.interceptors

Class Summary
AbstractInterceptor Base interceptor class for PojoCache interceptor stack.
CheckIdInterceptor Interceptor (done via aop advice) to check the validity of the id specified by the user.
CheckNonSerializableInterceptor Interceptor (done via aop advice) to check the validity of the id specified by the user.
MethodReentrancyStopperInterceptor  
PojoBeginInterceptor The first interceptor that deals initialization.
PojoEventInterceptor Handles the POJO event notification.
PojoFailedTxMockupInterceptor Interceptor to mockup tx failure that resulting in rollback.
PojoTxInterceptor Interceptor (done via aop advice) for transaction
PojoTxLockInterceptor Interceptor that handles the parent node lock associated with transaction.
PojoTxUndoInterceptor Interceptor (done via aop advice) for transaction rollback.
PojoTxUndoSynchronizationInterceptor Interceptor that handles registration of tx synchronization for rollback operations.
StaticFieldInterceptor interceptor to intercept for static field replication.
 



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