javax.ejb
Interface SessionSynchronization


public interface SessionSynchronization

Version:
$Rev: 467742 $ $Date: 2006-10-25 21:30:38 +0200 (Mi, 25. Okt 2006) $

Method Summary
 void afterBegin()
           
 void afterCompletion(boolean committed)
           
 void beforeCompletion()
           
 

Method Detail

afterBegin

void afterBegin()
                throws EJBException,
                       RemoteException
Throws:
EJBException
RemoteException

afterCompletion

void afterCompletion(boolean committed)
                     throws EJBException,
                            RemoteException
Throws:
EJBException
RemoteException

beforeCompletion

void beforeCompletion()
                      throws EJBException,
                             RemoteException
Throws:
EJBException
RemoteException


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.