DiscountMgmtHome Interface

com.bea.commerce.ebusiness.discount.mgmt
DiscountMgmtHome Interface

public interface DiscountMgmtHome

    extends EJBHome

The home interface for the DiscountMgmt service.


All Superinterfaces
EJBHome, Remote

Method Summary

public DiscountMgmt
create()
Creates a new instance of the DiscountMgmt.
 
Methods from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
   

Method Detail

create() Method

public DiscountMgmt create()
throws CreateException, RemoteException
Creates a new instance of the DiscountMgmt.

Returns

DiscountMgmt remote reference

Exceptions

CreateException
if there is a problem creating the bean
RemoteException
if there is a communications or systems failure

Related Topics

DiscountMgmt