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

All Superinterfaces:
EJBLocalHome (src)

public interface EntityBLocalHome
extends EJBLocalHome (src)


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

Method Detail

create

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

findByPrimaryKey

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