com.sun.j2ee.blueprints.petstore.personalize.profilemgr.ejb
Interface ProfileMgrHome


public interface ProfileMgrHome
extends javax.ejb.EJBHome

The home interface of the ProfileMgr EJB.


Method Summary
 ProfileMgr create(java.lang.String userId, ExplicitInformation eInfo)
           
 ProfileMgr findByPrimaryKey(java.lang.String userId)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public ProfileMgr create(java.lang.String userId,
                         ExplicitInformation eInfo)
                  throws java.rmi.RemoteException,
                         javax.ejb.DuplicateKeyException,
                         javax.ejb.CreateException

findByPrimaryKey

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


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.