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

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

Deprecated

@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 Create a new JdbcCategoryManager Session.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

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

Throws
javax.ejb.CreateException
RemoteException


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.