org.jboss.ejb3.stateful
Class StatefulInstanceInterceptor

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

Deprecated. use StatefulInstanceAssociationInterceptor and StatefulCacheInterceptor

@Deprecated
public class StatefulInstanceInterceptor
extends AbstractInterceptor

Comment


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

Constructor Detail

StatefulInstanceInterceptor

public StatefulInstanceInterceptor()
Deprecated. 
Method Detail

getName

public java.lang.String getName()
Deprecated. 
Specified by:
getName in interface org.jboss.aop.advice.Interceptor
Overrides:
getName in class AbstractInterceptor

invoke

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