org.objectweb.jonas.stests.manac
Interface ManacLocalHome


public interface ManacLocalHome

Local Home interface for the bean Manac

Author:
Philippe Durieux

Method Summary
 ManacLocal create(int num, int initbal)
           
 java.util.Enumeration findAll()
           
 ManacLocal findByNum(int num)
           
 ManacLocal findByPrimaryKey(java.lang.String pk)
           
 

Method Detail

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