JdbcCatalogQueryManagerHome Interface

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

public interface JdbcCatalogQueryManagerHome

    extends SmartEJBHome

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

Related Topics

JdbcCatalogQueryManager


All Superinterfaces
EJBHome, Remote, SmartEJBHome, SmartHome

Method Summary

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

Method Detail

create() Method

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

Exceptions

CreateException
RemoteException