com.beasys.commerce.ebusiness.catalog
Interface CatalogManagerHome

All Superinterfaces
SmartEJBHome, SmartHome

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()
          Create a new CatalogManager EJB.
 

Method Detail

create

CatalogManager create()
                      throws CreateException,
                             RemoteException
Create a new CatalogManager EJB.

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


Copyright © 2006 BEA Systems, Inc. All Rights Reserved