org.jboss.test.exception
Interface EntityExceptionTesterHome

All Superinterfaces:
EJBHome (src) , java.rmi.Remote

public interface EntityExceptionTesterHome
extends EJBHome (src)

A test of entity beans exceptions.


Method Summary
 EntityExceptionTester (src) create(java.lang.String key)
           
 EntityExceptionTester (src) findByPrimaryKey(java.lang.String key)
           
 
Methods inherited from interface javax.ejb.EJBHome (src)
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public EntityExceptionTester (src)  create(java.lang.String key)
                             throws CreateException (src) ,
                                    java.rmi.RemoteException
Throws:
CreateException (src)
java.rmi.RemoteException

findByPrimaryKey

public EntityExceptionTester (src)  findByPrimaryKey(java.lang.String key)
                                       throws FinderException (src) ,
                                              java.rmi.RemoteException
Throws:
FinderException (src)
java.rmi.RemoteException