CustomDataManagerHome Interface

com.beasys.commerce.ebusiness.catalog.service.data
CustomDataManagerHome Interface

public interface CustomDataManagerHome

    extends SmartEJBHome

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

Related Topics

CustomDataManager


All Superinterfaces
EJBHome, Remote, SmartEJBHome, SmartHome

Method Summary

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

Method Detail

create() Method

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

Exceptions

CreateException
RemoteException