1 22 package org.jboss.test.jca.interfaces; 23 24 27 public interface CachedConnectionSession extends javax.ejb.EJBObject  28 { 29 32 public void createTable() throws java.rmi.RemoteException ; 33 34 37 public void dropTable() throws java.rmi.RemoteException ; 38 39 44 public void insert(long id, java.lang.String value) throws java.rmi.RemoteException ; 45 46 50 public java.lang.String fetch(long id) throws java.rmi.RemoteException ; 51 52 55 public void firstTLTest() throws java.rmi.RemoteException ; 56 57 public void secondTLTest() throws java.rmi.RemoteException ; 58 59 } 60 | Popular Tags |