org.jboss.ejb3.stateful
Class StatefulInstanceAssociationInterceptor

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

public class StatefulInstanceAssociationInterceptor
extends AbstractInterceptor

Associates the invocation with an instance. It does nothing else. The instance is *not* marked as being in use. After this interceptor AOP can use instance interceptors.


Constructor Summary
StatefulInstanceAssociationInterceptor()
           
 
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

StatefulInstanceAssociationInterceptor

public StatefulInstanceAssociationInterceptor()
Method Detail

invoke

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