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 Object
implements org.jboss.aop.advice.Interceptor

Comment

Version:
$Revision: 84801 $
Author:
Bill Burke

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

SessionSynchronizationInterceptor

public SessionSynchronizationInterceptor()
Method Detail

getName

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

registerSessionSynchronization

protected void registerSessionSynchronization(StatefulBeanContext ctx)
                                       throws RemoteException,
                                              SystemException
Throws:
RemoteException
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 © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.