| java.lang.Object org.jboss.test.jca.ejb.CachedConnectionSessionBean
CachedConnectionSessionBean | public class CachedConnectionSessionBean implements SessionBean(Code) | | CachedConnectionSessionBean.java
author: David Jencks version: $Revision: 57211 $ |
createTable | public void createTable()(Code) | | Describe createTable method here.
|
dropTable | public void dropTable()(Code) | | Describe dropTable method here.
|
ejbActivate | public void ejbActivate()(Code) | | |
ejbCreate | public void ejbCreate()(Code) | | |
fetch | public String fetch(long id)(Code) | | Describe fetch method here.
Parameters: id - a String value |
firstTLTest | public void firstTLTest()(Code) | | Invoke another bean that opens a thread local connection,
we close it.
|
insert | public void insert(long id, String value)(Code) | | Describe insert method here.
Parameters: id - a String value Parameters: value - a String value |
secondTLTest | public void secondTLTest()(Code) | | |
|
|