ProductItemManagerHome Interface

com.beasys.commerce.ebusiness.catalog.service.item
ProductItemManagerHome Interface

public interface ProductItemManagerHome

    extends SmartEJBHome

The home interface for the ProductItemManager Session EJB. Use this class to create ProductItemManager instances.

Related Topics

ProductItemManager


All Superinterfaces
EJBHome, Remote, SmartEJBHome, SmartHome

Method Summary

public ProductItemManager
create()
Create a new ProductItemManager EJB.
 
Methods from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
   

Method Detail

create() Method

public ProductItemManager create()
throws CreateException, RemoteException
Create a new ProductItemManager EJB.

Exceptions

CreateException
RemoteException