org.jboss.test.readahead.interfaces
Interface CMPFindTestEntityHome

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

public interface CMPFindTestEntityHome
extends EJBHome (src)

Home interface for one of the entities used in read-ahead finder tests.


Method Summary
 CMPFindTestEntityRemote (src) create(java.lang.String key)
           
 java.util.Collection findAll()
           
 java.util.Collection findByCity(java.lang.String city)
           
 CMPFindTestEntityRemote (src) findByPrimaryKey(java.lang.String primaryKey)
           
 
Methods inherited from interface javax.ejb.EJBHome (src)
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public CMPFindTestEntityRemote (src)  create(java.lang.String key)
                               throws java.rmi.RemoteException,
                                      CreateException (src) 
Throws:
java.rmi.RemoteException
CreateException (src)

findByPrimaryKey

public CMPFindTestEntityRemote (src)  findByPrimaryKey(java.lang.String primaryKey)
                                         throws java.rmi.RemoteException,
                                                FinderException (src) 
Throws:
java.rmi.RemoteException
FinderException (src)

findAll

public java.util.Collection findAll()
                             throws java.rmi.RemoteException,
                                    FinderException (src) 
Throws:
java.rmi.RemoteException
FinderException (src)

findByCity

public java.util.Collection findByCity(java.lang.String city)
                                throws java.rmi.RemoteException,
                                       FinderException (src) 
Throws:
java.rmi.RemoteException
FinderException (src)