org.jboss.test.readahead.interfaces
Interface CMPFindTestSessionRemote

All Superinterfaces:
EJBObject (src) , java.rmi.Remote

public interface CMPFindTestSessionRemote
extends EJBObject (src)

Remote interface for session to test read-ahead finders.


Method Summary
 void addressByCity()
           
 void createTestData()
           
 void removeTestData()
           
 void testByCity()
           
 void testFinder()
           
 void testUpdates()
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

testFinder

public void testFinder()
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

testUpdates

public void testUpdates()
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

testByCity

public void testByCity()
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addressByCity

public void addressByCity()
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

createTestData

public void createTestData()
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

removeTestData

public void removeTestData()
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException