| org.jboss.test.jca.interfaces.CachedConnectionSessionLocal
CachedConnectionSessionLocal | public interface CachedConnectionSessionLocal extends javax.ejb.EJBLocalObject(Code) | | Local interface for CachedConnectionSession.
|
createTable | public void createTable()(Code) | | Describe createTable method here.
|
dropTable | public void dropTable()(Code) | | Describe dropTable method here.
|
firstTLTest | public void firstTLTest()(Code) | | Invoke another bean that opens a thread local connection, we close it.
|
insert | public void insert(long id, java.lang.String value)(Code) | | Describe insert method here.
Parameters: id - a String value Parameters: value - a String value |
secondTLTest | public void secondTLTest()(Code) | | |
|
|