© 2005 BEA Systems, Inc.

com.bea.commerce.ebusiness.price.service
Interface PriceServiceHome

All Superinterfaces:
EJBHome, Remote

public interface PriceServiceHome
extends EJBHome

The home interface of the PriceService EJB. Used to create new PriceService beans

See Also:
PriceService

Method Summary
 PriceService create()
          Create an instance of the PriceService.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public PriceService create()
                    throws CreateException,
                           RemoteException
Create an instance of the PriceService.

Returns:
a PriceService bean.
Throws:
java.rmi.RemoteException, - javax.ejb.CreateException per the EJB specification.
CreateException
RemoteException
See Also:
PriceService

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved