© 2002 BEA Systems, Inc.


examples.e2e.common.purchase.spi
Interface PurchaseManagerHome


public interface PurchaseManagerHome
extends javax.ejb.EJBHome


Field Summary
static java.lang.String EJB_REF_NAME
          The EJB-REF name for this EJBHome.
 
Method Summary
 PurchaseManager create()
          This method corresponds to the ejbCreate method in the PurchaseManager EJB implementation.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Field Detail

EJB_REF_NAME

public static final java.lang.String EJB_REF_NAME
The EJB-REF name for this EJBHome.
Method Detail

create

public PurchaseManager create()
                       throws javax.ejb.CreateException,
                              java.rmi.RemoteException
This method corresponds to the ejbCreate method in the PurchaseManager EJB implementation. The parameter sets of the two methods are identical. When a client calls PurchaseManagerHome.create(), the EJB container allocates an instance of the EJB and invokes the ejbCreate() method on the instance.

Returns:
a PurchaseManager instance.
Throws:
java.rmi.RemoteException - if there is a communications error.
javax.ejb.CreateException - if there is a problem creating the EJB.
See Also:
PurchaseManager

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved