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

All Superinterfaces
javax.ejb.EJBHome, Remote, SmartEJBHome, SmartHome

Deprecated See BEA Commerce product offering

@Deprecated
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()
          Deprecated See BEA Commerce product offering
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

JdbcCategoryManager create()
                           throws javax.ejb.CreateException,
                                  RemoteException
Deprecated See BEA Commerce product offering

Create a new JdbcCategoryManager Session.

Throws
javax.ejb.CreateException
RemoteException


Copyright © 2006 BEA Systems, Inc. All Rights Reserved