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

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface ComplexCmpHome
extends javax.ejb.EJBHome

Author:
David Blevins, Richard Monson-Haefel

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

Method Detail

createObject

ComplexCmpObject createObject(java.lang.String name)
                              throws javax.ejb.CreateException,
                                     java.rmi.RemoteException
Throws:
javax.ejb.CreateException
java.rmi.RemoteException

findByPrimaryKey

ComplexCmpObject findByPrimaryKey(ComplexCmpBeanPk primarykey)
                                  throws javax.ejb.FinderException,
                                         java.rmi.RemoteException
Throws:
javax.ejb.FinderException
java.rmi.RemoteException

findEmptyCollection

java.util.Collection findEmptyCollection()
                                         throws javax.ejb.FinderException,
                                                java.rmi.RemoteException
Throws:
javax.ejb.FinderException
java.rmi.RemoteException

findByLastName

java.util.Collection findByLastName(java.lang.String lastName)
                                    throws javax.ejb.FinderException,
                                           java.rmi.RemoteException
Throws:
javax.ejb.FinderException
java.rmi.RemoteException

sum

int sum(int x,
        int y)
        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException


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