org.jboss.test.bmp.interfaces
Interface SimpleBMPHome

All Superinterfaces:
EJBHome (src) , java.rmi.Remote

public interface SimpleBMPHome
extends EJBHome (src)


Method Summary
 SimpleBMP (src) create(int _id, java.lang.String _name)
           
 SimpleBMP (src) createMETHOD(int _id, java.lang.String _name)
           
 java.util.Collection findAll()
           
 SimpleBMP (src) findByPrimaryKey(java.lang.Integer _key)
           
 
Methods inherited from interface javax.ejb.EJBHome (src)
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public SimpleBMP (src)  create(int _id,
                        java.lang.String _name)
                 throws CreateException (src) ,
                        java.rmi.RemoteException
Throws:
CreateException (src)
java.rmi.RemoteException

createMETHOD

public SimpleBMP (src)  createMETHOD(int _id,
                              java.lang.String _name)
                       throws CreateException (src) ,
                              java.rmi.RemoteException
Throws:
CreateException (src)
java.rmi.RemoteException

findByPrimaryKey

public SimpleBMP (src)  findByPrimaryKey(java.lang.Integer _key)
                           throws FinderException (src) ,
                                  java.rmi.RemoteException
Throws:
FinderException (src)
java.rmi.RemoteException

findAll

public java.util.Collection findAll()
                             throws FinderException (src) ,
                                    java.rmi.RemoteException
Throws:
FinderException (src)
java.rmi.RemoteException