org.jboss.ejb3.stateful
Class SessionSynchronizationInterceptor.SFSBSessionSynchronization

java.lang.Object
  extended by org.jboss.ejb3.stateful.SessionSynchronizationInterceptor.SFSBSessionSynchronization
All Implemented Interfaces:
Synchronization
Enclosing class:
SessionSynchronizationInterceptor

protected static class SessionSynchronizationInterceptor.SFSBSessionSynchronization
extends Object
implements Synchronization


Constructor Summary
SessionSynchronizationInterceptor.SFSBSessionSynchronization(StatefulBeanContext ctx)
           
 
Method Summary
 void afterCompletion(int status)
           
 void beforeCompletion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionSynchronizationInterceptor.SFSBSessionSynchronization

public SessionSynchronizationInterceptor.SFSBSessionSynchronization(StatefulBeanContext ctx)
Method Detail

beforeCompletion

public void beforeCompletion()
Specified by:
beforeCompletion in interface Synchronization

afterCompletion

public void afterCompletion(int status)
Specified by:
afterCompletion in interface Synchronization


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.