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

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

Deprecated See BEA Commerce product offering

@Deprecated
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()
          Deprecated See BEA Commerce product offering
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

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

Create a new CatalogService EJB.

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


Copyright © 2008 BEA Systems, Inc. All Rights Reserved