| |
|
| java.lang.Object org.jboss.test.jca.ejb.JDBCStatementTestsConnectionSessionBean
JDBCStatementTestsConnectionSessionBean | public class JDBCStatementTestsConnectionSessionBean implements SessionBean(Code) | | JDBCStatementTestsConnectionSessionBean
author: David Jencks author: Adrian Brock version: $Revision: 57211 $ |
JDBCStatementTestsConnectionSessionBean | public JDBCStatementTestsConnectionSessionBean()(Code) | | |
ejbActivate | public void ejbActivate()(Code) | | |
ejbCreate | public void ejbCreate()(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove()(Code) | | |
setSessionContext | public void setSessionContext(SessionContext ctx)(Code) | | |
testConfiguredQueryTimeout | public void testConfiguredQueryTimeout()(Code) | | |
testConnectionObtainable | public void testConnectionObtainable()(Code) | | The testConnectionObtainable method gets
connections from the TestDriver after setting fail to true.
This causes the test sql to throw an exception when the
connection is retrieved from a pool, which closes the
connection, forcing the connectionmanager to get a new one. We
check this by counting how many connections have been closed.
|
testLazyAutoCommit | public void testLazyAutoCommit()(Code) | | |
testTransactionQueryTimeout | public void testTransactionQueryTimeout()(Code) | | |
testTransactionQueryTimeoutMarkedRollback | public void testTransactionQueryTimeoutMarkedRollback()(Code) | | |
unsetSessionContext | public void unsetSessionContext()(Code) | | |
|
|
|