WebCab Bonds Demo
(J2EE Edition)

com.webcab.ejb.finance.bonds
Interface ForwardRatesHome

All Superinterfaces:
EJBHome, Remote

public interface ForwardRatesHome
extends EJBHome

The home interface of the stateless ForwardRates Enterprise JavaBeansTM component.

See Also:
ForwardRates

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

Method Detail

create

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

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

WebCab Bonds Demo
(J2EE Edition)