WebCab Bonds Demo
(J2EE Edition)

com.webcab.ejb.finance.interest
Interface ValueReturnYieldLocalHome

All Superinterfaces:
EJBLocalHome

public interface ValueReturnYieldLocalHome
extends EJBLocalHome

Local Home interface of the ValueReturnYield Enterprise JavaBean. Use it instead of the ValueReturnYieldHome 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:
ValueReturnYieldHome, ValueReturnYieldLocal

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

Method Detail

create

public ValueReturnYieldLocal create()
                             throws CreateException
Creates a local instance of ValueReturnYield the same as when calling the corresponding creation method from the ValueReturnYieldHome interface.

CreateException
See Also:
ValueReturnYieldHome.create()

WebCab Bonds Demo
(J2EE Edition)