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

All Superinterfaces
javax.ejb.EJBHome, Remote

Deprecated

@Deprecated
public interface DiscountMgmtHome
extends javax.ejb.EJBHome

The home interface for the DiscountMgmt service.


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

Method Detail

create

DiscountMgmt create()
                    throws javax.ejb.CreateException,
                           RemoteException
Deprecated 
Creates a new instance of the DiscountMgmt.

Returns
DiscountMgmt remote reference
Throws
RemoteException - if there is a communications or systems failure
javax.ejb.CreateException - if there is a problem creating the bean
See Also
DiscountMgmt


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.