org.objectweb.jonas.jtests.beans.ejbql
Interface PhoneHomeLocal


public interface PhoneHomeLocal


Method Summary
 PhoneLocal create(java.lang.String number, byte type)
           
 java.util.Collection findAllPhones()
           
 PhoneLocal findByPrimaryKey(java.lang.Object primaryKey)
           
 

Method Detail

create

public PhoneLocal create(java.lang.String number,
                         byte type)
                  throws javax.ejb.CreateException

findByPrimaryKey

public PhoneLocal findByPrimaryKey(java.lang.Object primaryKey)
                            throws javax.ejb.FinderException

findAllPhones

public java.util.Collection findAllPhones()
                                   throws javax.ejb.FinderException