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

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

Deprecated

@Deprecated
public interface JdbcCatalogServiceHome
extends SmartEJBHome

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

See Also
JdbcCatalogService

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

Method Detail

create

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

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


Copyright © 2000, 2008, 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.