1 22 package org.jboss.test.readahead.interfaces; 23 24 import java.rmi.RemoteException ; 25 import javax.ejb.EJBObject ; 26 27 34 public interface CMPFindTestSessionRemote extends EJBObject { 35 public void testFinder() throws RemoteException ; 36 public void testUpdates() throws RemoteException ; 37 public void testByCity() throws RemoteException ; 38 public void addressByCity() throws RemoteException ; 39 public void createTestData() throws RemoteException ; 40 public void removeTestData() throws RemoteException ; 41 } | Popular Tags |