org.apache.openejb.test.entity.cmp
Interface UnknownCmpHome

All Superinterfaces:
javax.ejb.EJBHome, Remote

public interface UnknownCmpHome
extends javax.ejb.EJBHome

Author:
David Blevins, Richard Monson-Haefel

Method Summary
 UnknownCmpObject createObject(String name)
           
 Collection findByLastName(String lastName)
           
 UnknownCmpObject findByPrimaryKey(Object primarykey)
           
 Collection findEmptyCollection()
           
 int sum(int x, int y)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

createObject

UnknownCmpObject createObject(String name)
                              throws javax.ejb.CreateException,
                                     RemoteException
Throws:
javax.ejb.CreateException
RemoteException

findByPrimaryKey

UnknownCmpObject findByPrimaryKey(Object 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

sum

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


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