© 2004 BEA Systems, Inc.

com.beasys.commerce.ebusiness.catalog
Interface CatalogManagerHome

All Superinterfaces:
EJBHome, Remote, 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.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

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

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

© 2004 BEA Systems, Inc.

Copyright © 2004 BEA Systems, Inc. All Rights Reserved