javax.ejb
Interface SessionSynchronization


public interface SessionSynchronization

Version:
$Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $

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 © 2006 Apache Software Foundation. All Rights Reserved.