|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.cache.interceptors.Interceptor
org.jboss.cache.interceptors.BaseTransactionalContextInterceptor
org.jboss.cache.interceptors.InvocationContextInterceptor
public class InvocationContextInterceptor
Always place this interceptor at the start of the interceptor chain to ensure invocation contexts and set up and cleaned up correctly.
| Field Summary |
|---|
| Fields inherited from class org.jboss.cache.interceptors.BaseTransactionalContextInterceptor |
|---|
txManager, txTable |
| Fields inherited from class org.jboss.cache.interceptors.Interceptor |
|---|
cache, configuration, last, log, next |
| Constructor Summary | |
|---|---|
InvocationContextInterceptor()
|
|
| Method Summary | |
|---|---|
protected GlobalTransaction |
findGlobalTransaction(java.lang.Object[] params)
|
java.lang.Object |
invoke(InvocationContext ctx)
|
| Methods inherited from class org.jboss.cache.interceptors.BaseTransactionalContextInterceptor |
|---|
copyInvocationScopeOptionsToTxScope, isRollingBack, setCache, setTransactionalContext |
| Methods inherited from class org.jboss.cache.interceptors.Interceptor |
|---|
dumpStatistics, getLast, getNext, getStatisticsEnabled, isActive, isOnePhaseCommitPrepareMehod, isPreparing, isValid, resetStatistics, setLast, setNext, setStatisticsEnabled, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jboss.cache.interceptors.InterceptorMBean |
|---|
dumpStatistics, getStatisticsEnabled, resetStatistics, setStatisticsEnabled |
| Constructor Detail |
|---|
public InvocationContextInterceptor()
| Method Detail |
|---|
public java.lang.Object invoke(InvocationContext ctx)
throws java.lang.Throwable
invoke in class Interceptorjava.lang.Throwableprotected GlobalTransaction findGlobalTransaction(java.lang.Object[] params)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||