org.openejb.test.entity.cmp
Interface RmiIiopCmpHome

All Superinterfaces:
javax.ejb.EJBHome, Remote

public interface RmiIiopCmpHome
extends javax.ejb.EJBHome

Author:
David Blevins, Richard Monson-Haefel

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

Method Detail

create

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

findByPrimaryKey

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

findEmptyCollection

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


Copyright © 1999-2007 OpenEJB. All Rights Reserved.