org.jboss.ejb3.stateful
Class SessionSynchronizationInterceptor

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

public class SessionSynchronizationInterceptor
extends java.lang.Object
implements org.jboss.aop.advice.Interceptor

Comment


Nested Class Summary
protected static class SessionSynchronizationInterceptor.SFSBSessionSynchronization
           
 
Constructor Summary
SessionSynchronizationInterceptor()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.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

SessionSynchronizationInterceptor

public SessionSynchronizationInterceptor()
Method Detail

getName

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

registerSessionSynchronization

protected void registerSessionSynchronization(StatefulBeanContext ctx)
                                       throws java.rmi.RemoteException,
                                              javax.transaction.SystemException
Throws:
java.rmi.RemoteException
javax.transaction.SystemException

invoke

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