org.openejb.test.simple.cmp
Interface SimpleCMPEntityHome

All Superinterfaces:
EJBHome, Remote

public interface SimpleCMPEntityHome
extends EJBHome


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

Method Detail

create

SimpleCMPEntity create(Integer key)
                       throws CreateException,
                              RemoteException
Throws:
CreateException
RemoteException

findByPrimaryKey

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


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