WebCab Bonds Demo
(J2EE Edition)

com.webcab.ejb.finance.bonds
Interface TreasuryPriceHome

All Superinterfaces:
EJBHome, Remote

public interface TreasuryPriceHome
extends EJBHome

The home interface of the stateless TreasuryPrice Enterprise JavaBeansTM component.

See Also:
TreasuryPrice

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

Method Detail

create

public TreasuryPrice create()
                     throws CreateException,
                            RemoteException
Creates a new instance of the TreasuryPrice remote interface.

Returns:
A remote object instance of the TreasuryPrice EJB component.
CreateException
RemoteException

WebCab Bonds Demo
(J2EE Edition)