DiscountAssociationMgrHome Interface

com.bea.commerce.ebusiness.discount.association
DiscountAssociationMgrHome Interface

public interface DiscountAssociationMgrHome

    extends EJBHome

The home interface for the DiscountAssociationMgr service.


All Superinterfaces
EJBHome, Remote

Method Summary

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

Method Detail

create() Method

public DiscountAssociationMgr create()
throws CreateException, RemoteException
Creates a new instance of the DiscountAssociationMgr service

Returns

DiscountAssociationMgr remote reference

Exceptions

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

Related Topics

DiscountAssociationMgr