CatalogQueryManagerHome Interface

com.beasys.commerce.ebusiness.catalog.service.query
CatalogQueryManagerHome Interface

public interface CatalogQueryManagerHome

    extends SmartEJBHome

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

Related Topics

CatalogQueryManager


All Superinterfaces
EJBHome, Remote, SmartEJBHome, SmartHome

Method Summary

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

Method Detail

create() Method

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

Exceptions

CreateException
RemoteException