org.jboss.cache.interceptors
Class InvocationContextInterceptor
java.lang.Object
org.jboss.cache.interceptors.Interceptor
org.jboss.cache.interceptors.BaseTransactionalContextInterceptor
org.jboss.cache.interceptors.InvocationContextInterceptor
- All Implemented Interfaces:
- InterceptorMBean, InvocationContextInterceptorMBean
public class InvocationContextInterceptor
- extends BaseTransactionalContextInterceptor
- implements InvocationContextInterceptorMBean
Always place this interceptor at the start of the interceptor chain to ensure invocation contexts and set up and cleaned up correctly.
- Author:
- Manik Surtani (manik@jboss.org)
Methods inherited from class org.jboss.cache.interceptors.Interceptor |
dumpStatistics, getLast, getNext, getStatisticsEnabled, isActive, isOnePhaseCommitPrepareMehod, isPreparing, isValid, resetStatistics, setLast, setNext, setStatisticsEnabled, toString |
InvocationContextInterceptor
public InvocationContextInterceptor()
invoke
public Object invoke(InvocationContext ctx)
throws Throwable
- Overrides:
invoke
in class Interceptor
- Throws:
Throwable
findGlobalTransaction
protected GlobalTransaction findGlobalTransaction(Object[] params)
Copyright © 2007 JBoss, a division of Red Hat. All Rights Reserved.