WebCab Bonds Demo
(J2EE Edition)

com.webcab.ejb.finance.bonds
Interface ForwardRatesLocalHome

All Superinterfaces:
EJBLocalHome

public interface ForwardRatesLocalHome
extends EJBLocalHome

Local Home interface of the ForwardRates Enterprise JavaBean. Use it instead of the ForwardRatesHome interface when your clients run in the same virtual machine as the bean. Note that every create method stays the same as in the standard Home interface.

See Also:
ForwardRatesHome, ForwardRatesLocal

Method Summary
 ForwardRatesLocal create()
          Creates a local instance of ForwardRates the same as when calling the corresponding creation method from the ForwardRatesHome interface.
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

create

public ForwardRatesLocal create()
                         throws CreateException
Creates a local instance of ForwardRates the same as when calling the corresponding creation method from the ForwardRatesHome interface.

CreateException
See Also:
ForwardRatesHome.create()

WebCab Bonds Demo
(J2EE Edition)