javax.ejb
Interface SessionSynchronization
public interface SessionSynchronization
- Version:
- $Rev: 467553 $ $Date: 2006-10-25 06:01:51 +0200(mer, 25 ott 2006) $
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-2011 The Apache Software Foundation. All Rights Reserved.