org.openejb.test.entity.bmp
Interface BasicBmp2DataSourcesHome

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

public interface BasicBmp2DataSourcesHome
extends javax.ejb.EJBHome

Author:
David Blevins, Richard Monson-Haefel

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

Method Detail

create

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

findByPrimaryKey

BasicBmp2DataSourcesObject 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

sum

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


Copyright © 1999-2011 OpenEJB. All Rights Reserved.