com.sun.j2ee.blueprints.customer.account.ejb
Interface AccountHome


public interface AccountHome
extends javax.ejb.EJBHome

The home interface of the Account EJB.


Method Summary
 Account create(java.lang.String userId, java.lang.String status, ContactInformation info)
           
 Account findByPrimaryKey(java.lang.String userId)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public Account create(java.lang.String userId,
                      java.lang.String status,
                      ContactInformation info)
               throws java.rmi.RemoteException,
                      javax.ejb.DuplicateKeyException,
                      javax.ejb.CreateException

findByPrimaryKey

public Account findByPrimaryKey(java.lang.String userId)
                         throws java.rmi.RemoteException,
                                javax.ejb.FinderException


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.