WebCab Bonds Demo
(J2EE Edition)

com.webcab.ejb.finance.interest
Interface EffectiveAndNominalInterestLocalHome

All Superinterfaces:
EJBLocalHome

public interface EffectiveAndNominalInterestLocalHome
extends EJBLocalHome

Local Home interface of the EffectiveAndNominalInterest Enterprise JavaBean. Use it instead of the EffectiveAndNominalInterestHome 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:
EffectiveAndNominalInterestHome, EffectiveAndNominalInterestLocal

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

Method Detail

create

public EffectiveAndNominalInterestLocal create()
                                        throws CreateException
Creates a local instance of EffectiveAndNominalInterest the same as when calling the corresponding creation method from the EffectiveAndNominalInterestHome interface.

CreateException
See Also:
EffectiveAndNominalInterestHome.create()

WebCab Bonds Demo
(J2EE Edition)