org.openejb.test.simple.bmp
Interface SimpleBMPEntityHome

All Superinterfaces:
EJBHome, Remote

public interface SimpleBMPEntityHome
extends EJBHome


Method Summary
 SimpleBMPEntity create()
           
 SimpleBMPEntity findByPrimaryKey(Integer key)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

SimpleBMPEntity create()
                       throws CreateException,
                              RemoteException
Throws:
CreateException
RemoteException

findByPrimaryKey

SimpleBMPEntity findByPrimaryKey(Integer key)
                                 throws RemoteException,
                                        FinderException
Throws:
RemoteException
FinderException


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.