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

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

Deprecated

@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 Create a new CatalogService EJB.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

CatalogService create()
                      throws javax.ejb.CreateException,
                             RemoteException
Deprecated 
Create a new CatalogService EJB.

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


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.