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

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

public interface BasicCmpHome
extends javax.ejb.EJBHome

Author:
David Blevins, Richard Monson-Haefel

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

Method Detail

createObject

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

findByPrimaryKey

BasicCmpObject findByPrimaryKey(java.lang.Integer 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

voidSelect

void voidSelect()
                throws javax.ejb.FinderException,
                       java.rmi.RemoteException
Throws:
javax.ejb.FinderException
java.rmi.RemoteException


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