WebCab Bonds Demo
(J2EE Edition)

com.webcab.ejb.finance.interest
Interface InterestLocalHome

All Superinterfaces:
EJBLocalHome

public interface InterestLocalHome
extends EJBLocalHome

Local Home interface of the Interest Enterprise JavaBean. Use it instead of the InterestHome 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:
InterestHome, InterestLocal

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

Method Detail

create

public InterestLocal create()
                     throws CreateException
Creates a local instance of Interest the same as when calling the corresponding creation method from the InterestHome interface.

CreateException
See Also:
InterestHome.create()

WebCab Bonds Demo
(J2EE Edition)