JdbcCategoryManagerHome Interface

com.beasys.commerce.ebusiness.catalog.service.category
JdbcCategoryManagerHome Interface

public interface JdbcCategoryManagerHome

    extends SmartEJBHome

The home interface for the JdbcCategoryManager Session Bean. This class should not be accessed directly but invoked through the CatalogManager.getCategoryManager method.

Related Topics

CatalogManager


All Superinterfaces
EJBHome, Remote, SmartEJBHome, SmartHome

Method Summary

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

Method Detail

create() Method

public JdbcCategoryManager create()
throws CreateException, RemoteException
Create a new JdbcCategoryManager Session.

Exceptions

CreateException
RemoteException