org.jboss.ejb3.stateful
Class StatefulInstanceInterceptor

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

public class StatefulInstanceInterceptor
extends Object
implements org.jboss.aop.advice.Interceptor

Comment

Version:
$Revision: 1.3.2.4 $
Author:
Bill Burke

Nested Class Summary
protected static class StatefulInstanceInterceptor.SFSBSessionSynchronization
           
 
Constructor Summary
StatefulInstanceInterceptor()
           
 
Method Summary
 String getName()
           
 Object invoke(org.jboss.aop.joinpoint.Invocation invocation)
           
protected  void registerSessionSynchronization(StatefulBeanContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatefulInstanceInterceptor

public StatefulInstanceInterceptor()
Method Detail

getName

public String getName()
Specified by:
getName in interface org.jboss.aop.advice.Interceptor

registerSessionSynchronization

protected void registerSessionSynchronization(StatefulBeanContext ctx)
                                       throws SystemException
Throws:
SystemException

invoke

public Object invoke(org.jboss.aop.joinpoint.Invocation invocation)
              throws Throwable
Specified by:
invoke in interface org.jboss.aop.advice.Interceptor
Throws:
Throwable


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.