PriceServiceHome Interface

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

public interface PriceServiceHome

    extends EJBHome

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

Related Topics

PriceService


All Superinterfaces
EJBHome, Remote

Method Summary

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

Method Detail

create() Method

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

Returns

a PriceService bean.

Exceptions

CreateException
RemoteException

Related Topics

PriceService