org.openejb.test.entity.bmp
Interface BasicBmpHome

All Superinterfaces:
javax.ejb.EJBHome, Remote

public interface BasicBmpHome
extends javax.ejb.EJBHome

Author:
David Blevins, Richard Monson-Haefel

Method Summary
 BasicBmpObject create(String name)
           
 Collection findByLastName(String lastName)
           
 BasicBmpObject findByPrimaryKey(Integer primarykey)
           
 Collection findEmptyCollection()
           
 Enumeration findEmptyEnumeration()
           
 int sum(int x, int y)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

BasicBmpObject create(String name)
                      throws javax.ejb.CreateException,
                             RemoteException
Throws:
javax.ejb.CreateException
RemoteException

findByPrimaryKey

BasicBmpObject 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

findEmptyEnumeration

Enumeration findEmptyEnumeration()
                                 throws javax.ejb.FinderException,
                                        RemoteException
Throws:
javax.ejb.FinderException
RemoteException

sum

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


Copyright © 1999-2008 OpenEJB. All Rights Reserved.