WebCab Bonds Demo
(J2EE Edition)

com.webcab.ejb.finance.interest
Interface EffectiveAndNominalInterestHome

All Superinterfaces:
EJBHome, Remote

public interface EffectiveAndNominalInterestHome
extends EJBHome

The home interface of the stateless EffectiveAndNominalInterest Enterprise JavaBeansTM component.

See Also:
EffectiveAndNominalInterest

Method Summary
 EffectiveAndNominalInterest create()
          Creates a new instance of the EffectiveAndNominalInterest remote interface.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public EffectiveAndNominalInterest create()
                                   throws CreateException,
                                          RemoteException
Creates a new instance of the EffectiveAndNominalInterest remote interface.

Returns:
A remote object instance of the EffectiveAndNominalInterest EJB component.
CreateException
RemoteException

WebCab Bonds Demo
(J2EE Edition)