org.apache.openejb.test.entity.cmp
Interface BasicCmpHome

All Superinterfaces:
javax.ejb.EJBHome, Remote

public interface BasicCmpHome
extends javax.ejb.EJBHome

Author:
David Blevins, Richard Monson-Haefel

Method Summary
 BasicCmpObject createObject(String name)
           
 Collection findByLastName(String lastName)
           
 BasicCmpObject findByPrimaryKey(Integer primarykey)
           
 Collection findEmptyCollection()
           
 int sum(int x, int y)
           
 void voidSelect()
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

createObject

BasicCmpObject createObject(String name)
                            throws javax.ejb.CreateException,
                                   RemoteException
Throws:
javax.ejb.CreateException
RemoteException

findByPrimaryKey

BasicCmpObject findByPrimaryKey(Integer primarykey)
                                throws javax.ejb.FinderException,
                                       RemoteException
Throws:
javax.ejb.FinderException
RemoteException

findEmptyCollection

Collection findEmptyCollection()
                               throws javax.ejb.FinderException,
                                      RemoteException
Throws:
javax.ejb.FinderException
RemoteException

findByLastName

Collection findByLastName(String lastName)
                          throws javax.ejb.FinderException,
                                 RemoteException
Throws:
javax.ejb.FinderException
RemoteException

sum

int sum(int x,
        int y)
        throws RemoteException
Throws:
RemoteException

voidSelect

void voidSelect()
                throws javax.ejb.FinderException,
                       RemoteException
Throws:
javax.ejb.FinderException
RemoteException


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.