CatalogManagerHome Interface

com.beasys.commerce.ebusiness.catalog
CatalogManagerHome Interface

public interface CatalogManagerHome

    extends SmartEJBHome

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

Related Topics

CatalogManager


All Superinterfaces
EJBHome, Remote, SmartEJBHome, SmartHome

Method Summary

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

Method Detail

create() Method

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

Exceptions

CreateException
on service create error.
RemoteException
on remote error.