| |
|
| java.lang.Object org.objectweb.jonas.jtests.beans.jdbc.ManagerSY
ManagerSY | public class ManagerSY implements SessionBean,SessionSynchronization(Code) | | Stateful Session Bean that manages directly jdbc connections
|
ejbContext | SessionContext ejbContext(Code) | | |
afterBegin | public void afterBegin()(Code) | | |
afterCompletion | public void afterCompletion(boolean committed)(Code) | | |
beforeCompletion | public void beforeCompletion()(Code) | | |
closeConnection | public boolean closeConnection(int nb) throws RemoteException(Code) | | Return true if close Connection worked
|
ejbActivate | public void ejbActivate()(Code) | | |
ejbCreate | public void ejbCreate() throws CreateException(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove()(Code) | | |
openCloseConnection | public boolean openCloseConnection() throws RemoteException(Code) | | open and close a Connection
|
openConnection | public int openConnection() throws RemoteException(Code) | | return the number associated to the connection opened,
or 0 if it failed.
|
setSessionContext | public void setSessionContext(SessionContext ctx)(Code) | | Make here all initialisations needed in this stateful session bean
|
|
|
|