WebCab Bonds Demo
(J2EE Edition)

com.webcab.ejb.finance.interest
Interface ValueOfAnnuityCertainLocalHome

All Superinterfaces:
EJBLocalHome

public interface ValueOfAnnuityCertainLocalHome
extends EJBLocalHome

Local Home interface of the ValueOfAnnuityCertain Enterprise JavaBean. Use it instead of the ValueOfAnnuityCertainHome 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:
ValueOfAnnuityCertainHome, ValueOfAnnuityCertainLocal

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

Method Detail

create

public ValueOfAnnuityCertainLocal create()
                                  throws CreateException
Creates a local instance of ValueOfAnnuityCertain the same as when calling the corresponding creation method from the ValueOfAnnuityCertainHome interface.

CreateException
See Also:
ValueOfAnnuityCertainHome.create()

WebCab Bonds Demo
(J2EE Edition)