CatalogServiceHome Interface

com.beasys.commerce.ebusiness.catalog.service
CatalogServiceHome Interface

public interface CatalogServiceHome

    extends SmartEJBHome

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

Related Topics

CatalogService


All Superinterfaces
EJBHome, Remote, SmartEJBHome, SmartHome

Method Summary

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

Method Detail

create() Method

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

Exceptions

CreateException
on service create error.
RemoteException
on remote error.