com.bea.commerce.ebusiness.price.service
Interface PriceServiceHome

All Superinterfaces
javax.ejb.EJBHome, Remote

Deprecated

@Deprecated
public interface PriceServiceHome
extends javax.ejb.EJBHome

The home interface of the PriceService EJB. Used to create new PriceService beans

See Also
PriceService

Method Summary
 PriceService create()
          Deprecated Create an instance of the PriceService.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

PriceService create()
                    throws javax.ejb.CreateException,
                           RemoteException
Deprecated 
Create an instance of the PriceService.

Returns
a PriceService bean.
Throws
java.rmi.RemoteException, - javax.ejb.CreateException per the EJB specification.
javax.ejb.CreateException
RemoteException
See Also
PriceService


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.