org.objectweb.jonas.jtests.beans.annuaire
Interface PersonneHome
- public interface PersonneHome
Home interface for the bean Personne
create
public Personne create(java.lang.String nom,
java.lang.String numero)
throws javax.ejb.CreateException,
java.rmi.RemoteException
create
public Personne create(java.lang.String nom,
java.lang.String numero,
boolean t)
throws javax.ejb.CreateException,
java.rmi.RemoteException
findByPrimaryKey
public Personne findByPrimaryKey(java.lang.String pk)
throws javax.ejb.FinderException,
java.rmi.RemoteException
findByNumero
public Personne findByNumero(java.lang.String numero)
throws javax.ejb.FinderException,
java.rmi.RemoteException
findByNom
public Personne findByNom(java.lang.String nom)
throws javax.ejb.FinderException,
java.rmi.RemoteException
findAll
public java.util.Enumeration findAll()
throws javax.ejb.FinderException,
java.rmi.RemoteException