JdbcCatalogServiceHome Interface

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

public interface JdbcCatalogServiceHome

    extends SmartEJBHome

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

Related Topics

JdbcCatalogService


All Superinterfaces
EJBHome, Remote, SmartEJBHome, SmartHome

Method Summary

public JdbcCatalogService
create()
Create a new JdbcCatalogService EJB.
 
Methods from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
   

Method Detail

create() Method

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

Exceptions

CreateException
on service create error.
RemoteException
on remote error.