© 2005 BEA Systems, Inc.

com.beasys.commerce.ebusiness.catalog.service
Interface CatalogServiceHome

All Superinterfaces:
EJBHome, Remote, SmartEJBHome, SmartHome

public interface CatalogServiceHome
extends SmartEJBHome

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

See Also:
CatalogService

Method Summary
 CatalogService create()
          Create a new CatalogService EJB.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

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

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

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved