© 2002 BEA Systems, Inc.


com.beasys.commerce.ebusiness.catalog
Interface CatalogManagerHome


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 javax.ejb.CreateException,
                             java.rmi.RemoteException
Create a new CatalogManager EJB.

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

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved