javax.ejb

Interface SessionSynchronization

public interface SessionSynchronization

Method Summary

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

Method Details

afterBegin

public void afterBegin()
            throws EJBException,
                   RemoteException

afterCompletion

public void afterCompletion(boolean committed)
            throws EJBException,
                   RemoteException

beforeCompletion

public void beforeCompletion()
            throws EJBException,
                   RemoteException