WebCab Bonds Demo
(J2EE Edition)

com.webcab.ejb.finance.bonds
Interface FixedInterestBondsHome

All Superinterfaces:
EJBHome, Remote

public interface FixedInterestBondsHome
extends EJBHome

The home interface of the stateless FixedInterestBonds Enterprise JavaBeansTM component.

See Also:
FixedInterestBonds

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

Method Detail

create

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

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

WebCab Bonds Demo
(J2EE Edition)