org.jboss.test.cmp2.perf.interfaces
Interface LocalCheckBookEntryHome

All Superinterfaces:
EJBLocalHome (src)

public interface LocalCheckBookEntryHome
extends EJBLocalHome (src)


Method Summary
 LocalCheckBookEntry (src) create(java.lang.Integer entryNo)
           
 LocalCheckBookEntry (src) findByPrimaryKey(java.lang.Integer key)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome (src)
remove
 

Method Detail

create

public LocalCheckBookEntry (src)  create(java.lang.Integer entryNo)
                           throws CreateException (src) 
Throws:
CreateException (src)

findByPrimaryKey

public LocalCheckBookEntry (src)  findByPrimaryKey(java.lang.Integer key)
                                     throws FinderException (src) 
Throws:
FinderException (src)