CategoryManagerHome Interface

com.beasys.commerce.ebusiness.catalog.service.category
CategoryManagerHome Interface

public interface CategoryManagerHome

    extends SmartEJBHome

The home interface for the CategoryManager Session Bean. The CategoryManager implementation bean should always be accessed through a CatalogManager.

Related Topics

CatalogManager


All Superinterfaces
EJBHome, Remote, SmartEJBHome, SmartHome

Method Summary

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

Method Detail

create() Method

public CategoryManager create()
throws CreateException, RemoteException
Create a new CategoryManager Session.

Exceptions

CreateException
RemoteException