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

All Superinterfaces
SmartEJBHome, SmartHome

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.

See Also
CatalogManager

Method Summary
 JdbcCategoryManager create()
          Create a new JdbcCategoryManager Session.
 

Method Detail

create

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

Throws
CreateException
RemoteException


Copyright © 2006 BEA Systems, Inc. All Rights Reserved