WebCab Bonds Demo
(J2EE Edition)

com.webcab.ejb.finance.bonds
Interface FixedInterestBondsLocalHome

All Superinterfaces:
EJBLocalHome

public interface FixedInterestBondsLocalHome
extends EJBLocalHome

Local Home interface of the FixedInterestBonds Enterprise JavaBean. Use it instead of the FixedInterestBondsHome 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:
FixedInterestBondsHome, FixedInterestBondsLocal

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

Method Detail

create

public FixedInterestBondsLocal create()
                               throws CreateException
Creates a local instance of FixedInterestBonds the same as when calling the corresponding creation method from the FixedInterestBondsHome interface.

CreateException
See Also:
FixedInterestBondsHome.create()

WebCab Bonds Demo
(J2EE Edition)