com.beasys.commerce.ebusiness.catalog
Interface CatalogManagerHome

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

Deprecated See BEA Commerce product offering

@Deprecated
public interface CatalogManagerHome
extends SmartEJBHome

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

See Also
CatalogManager

Method Summary
 CatalogManager create()
          Deprecated See BEA Commerce product offering
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

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

Create a new CatalogManager EJB.

Throws
javax.ejb.CreateException - on service create error.
RemoteException - on remote error.


Copyright © 2008 BEA Systems, Inc. All Rights Reserved