WebCab Bonds Demo
(J2EE Edition)

com.webcab.ejb.finance.bonds.pricing
Interface InterestDerivativesLocalHome

All Superinterfaces:
EJBLocalHome

public interface InterestDerivativesLocalHome
extends EJBLocalHome

Local Home interface of the InterestDerivatives Enterprise JavaBean. Use it instead of the InterestDerivativesHome 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:
InterestDerivativesHome, InterestDerivativesLocal

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

Method Detail

create

public InterestDerivativesLocal create()
                                throws CreateException,
                                       InterestDerivativesDemoException
Creates a local instance of InterestDerivatives the same as when calling the corresponding creation method from the InterestDerivativesHome interface.

CreateException
InterestDerivativesDemoException
See Also:
InterestDerivativesHome.create()

WebCab Bonds Demo
(J2EE Edition)