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


public interface AddressHomeRemote


Method Summary
 AddressRemote createAddress(java.lang.String street, java.lang.String city, java.lang.String state, java.lang.String zip)
           
 java.util.Collection findAllAddress()
           
 AddressRemote findByPrimaryKey(java.lang.Integer primaryKey)
           
 

Method Detail

createAddress

public AddressRemote createAddress(java.lang.String street,
                                   java.lang.String city,
                                   java.lang.String state,
                                   java.lang.String zip)
                            throws javax.ejb.CreateException

findByPrimaryKey

public AddressRemote findByPrimaryKey(java.lang.Integer primaryKey)
                               throws javax.ejb.FinderException

findAllAddress

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