org.jboss.test.cmp2.optimisticlock.bug1006723.testentity
Interface EntityALocalHome

All Superinterfaces:
EJBLocalHome (src)

public interface EntityALocalHome
extends EJBLocalHome (src)


Method Summary
 EntityALocal (src) create(java.lang.Long id)
           
 EntityALocal (src) findByPrimaryKey(java.lang.Long oID)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome (src)
remove
 

Method Detail

create

public EntityALocal (src)  create(java.lang.Long id)
                    throws CreateException (src) 
Throws:
CreateException (src)

findByPrimaryKey

public EntityALocal (src)  findByPrimaryKey(java.lang.Long oID)
                              throws FinderException (src) 
Throws:
FinderException (src)