WebCab Bonds Demo
(J2EE Edition)

com.webcab.ejb.finance.bonds
Interface CalculatingZeroRatesHome

All Superinterfaces:
EJBHome, Remote

public interface CalculatingZeroRatesHome
extends EJBHome

The home interface of the stateless CalculatingZeroRates Enterprise JavaBeansTM component.

See Also:
CalculatingZeroRates

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

Method Detail

create

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

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

WebCab Bonds Demo
(J2EE Edition)