org.jboss.ejb3.stateful
Class StatefulCacheInterceptor

java.lang.Object
  extended by org.jboss.ejb3.aop.AbstractInterceptor
      extended by org.jboss.ejb3.stateful.StatefulCacheInterceptor
All Implemented Interfaces:
org.jboss.aop.advice.Interceptor

public class StatefulCacheInterceptor
extends AbstractInterceptor

All interaction with between an instance and the cache. Note that removal is still done by StatefulRemoveInterceptor. This interceptor must come after concurrency aspects are handled.


Constructor Summary
StatefulCacheInterceptor()
           
 
Method Summary
 java.lang.Object invoke(org.jboss.aop.joinpoint.Invocation invocation)
           
 
Methods inherited from class org.jboss.ejb3.aop.AbstractInterceptor
getEJBContainer, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatefulCacheInterceptor

public StatefulCacheInterceptor()
Method Detail

invoke

public java.lang.Object invoke(org.jboss.aop.joinpoint.Invocation invocation)
                        throws java.lang.Throwable
Throws:
java.lang.Throwable