org.jboss.test.exception
Interface EntityExceptionTesterLocalHome

All Superinterfaces:
EJBLocalHome (src)

public interface EntityExceptionTesterLocalHome
extends EJBLocalHome (src)

A test of entity beans exceptions.


Method Summary
 EntityExceptionTesterLocal (src) create(java.lang.String key)
           
 EntityExceptionTesterLocal (src) findByPrimaryKey(java.lang.String key)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome (src)
remove
 

Method Detail

create

public EntityExceptionTesterLocal (src)  create(java.lang.String key)
                                  throws CreateException (src) 
Throws:
CreateException (src)

findByPrimaryKey

public EntityExceptionTesterLocal (src)  findByPrimaryKey(java.lang.String key)
                                            throws FinderException (src) 
Throws:
FinderException (src)