org.jboss.test.perf.interfaces
Interface EntityLocalHome

All Superinterfaces:
EJBLocalHome (src)

public interface EntityLocalHome
extends EJBLocalHome (src)


Method Summary
 EntityLocal (src) create(int key, int value)
           
 EntityLocal (src) findByPrimaryKey(EntityPK (src)  primaryKey)
           
 java.util.Collection findInRange(int min, int max)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome (src)
remove
 

Method Detail

create

public EntityLocal (src)  create(int key,
                          int value)
                   throws CreateException (src) 
Throws:
CreateException (src)

findByPrimaryKey

public EntityLocal (src)  findByPrimaryKey(EntityPK (src)  primaryKey)
                             throws FinderException (src) 
Throws:
FinderException (src)

findInRange

public java.util.Collection findInRange(int min,
                                        int max)
                                 throws FinderException (src) 
Throws:
FinderException (src)