org.objectweb.jonas.stests.manyops
Interface ProductHome
- public interface ProductHome
Home interface for the bean Product
create
public Product create(java.lang.String name,
int num,
int price)
throws javax.ejb.CreateException,
java.rmi.RemoteException
findByPrimaryKey
public Product findByPrimaryKey(java.lang.String pk)
throws javax.ejb.FinderException,
java.rmi.RemoteException
findByNumber
public Product findByNumber(int n)
throws javax.ejb.FinderException,
java.rmi.RemoteException
findAll
public java.util.Collection findAll()
throws javax.ejb.FinderException,
java.rmi.RemoteException