com.beasys.commerce.ebusiness.catalog.service.query
Interface CatalogQueryManagerHome

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

Deprecated See BEA Commerce product offering

@Deprecated
public interface CatalogQueryManagerHome
extends SmartEJBHome

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

See Also
CatalogQueryManager

Method Summary
 CatalogQueryManager create()
          Deprecated See BEA Commerce product offering
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

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

Create a new CatalogQueryManager EJB.

Throws
javax.ejb.CreateException
RemoteException


Copyright © 2006 BEA Systems, Inc. All Rights Reserved