org.objectweb.jonas.stests.manac
Interface ManacLocalHome
- public interface ManacLocalHome
Local Home interface for the bean Manac
- Author:
- Philippe Durieux
create
public ManacLocal create(int num,
int initbal)
throws javax.ejb.CreateException
findByPrimaryKey
public ManacLocal findByPrimaryKey(java.lang.String pk)
throws javax.ejb.FinderException
findByNum
public ManacLocal findByNum(int num)
throws javax.ejb.FinderException
findAll
public java.util.Enumeration findAll()
throws javax.ejb.FinderException