org.openejb.test.entity.bmp
Interface BasicBmpHome

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

public interface BasicBmpHome
extends javax.ejb.EJBHome

Author:
David Blevins, Richard Monson-Haefel

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

Method Detail

create

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

findByPrimaryKey

BasicBmpObject 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

findEmptyEnumeration

java.util.Enumeration findEmptyEnumeration()
                                           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 OpenEJB. All Rights Reserved.