org.jboss.test.bench.interfaces
Interface ComplexEntityHome

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

public interface ComplexEntityHome
extends EJBHome (src)


Method Summary
 ComplexEntity (src) create(boolean aBoolean, int anInt, long aLong, double aDouble, java.lang.String aString)
           
 ComplexEntity (src) findByPrimaryKey(AComplexPK (src)  aComplexPK)
           
 
Methods inherited from interface javax.ejb.EJBHome (src)
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public ComplexEntity (src)  create(boolean aBoolean,
                            int anInt,
                            long aLong,
                            double aDouble,
                            java.lang.String aString)
                     throws java.rmi.RemoteException,
                            CreateException (src) 
Throws:
java.rmi.RemoteException
CreateException (src)

findByPrimaryKey

public ComplexEntity (src)  findByPrimaryKey(AComplexPK (src)  aComplexPK)
                               throws java.rmi.RemoteException,
                                      FinderException (src) 
Throws:
java.rmi.RemoteException
FinderException (src)