org.objectweb.jonas.jtests.beans.inherit
Interface PersonHome


public interface PersonHome


Method Summary
 Person create(int id, java.lang.String name)
           
 Person findByPrimaryKey(IdPK pk)
           
 java.lang.String getValue(int i)
           
 

Method Detail

create

public Person create(int id,
                     java.lang.String name)
              throws java.rmi.RemoteException,
                     javax.ejb.CreateException

findByPrimaryKey

public Person findByPrimaryKey(IdPK pk)
                        throws java.rmi.RemoteException,
                               javax.ejb.FinderException

getValue

public java.lang.String getValue(int i)
                          throws java.rmi.RemoteException