org.apache.openejb.test.entity.bmp
Interface RmiIiopBmpHome

All Superinterfaces:
javax.ejb.EJBHome, Remote

public interface RmiIiopBmpHome
extends javax.ejb.EJBHome

Author:
David Blevins, Richard Monson-Haefel

Method Summary
 RmiIiopBmpObject create(String name)
           
 RmiIiopBmpObject findByPrimaryKey(Integer primarykey)
           
 Collection findEmptyCollection()
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

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

findByPrimaryKey

RmiIiopBmpObject 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


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