WebCab Bonds Demo
(J2EE Edition)

com.webcab.ejb.finance.interest
Interface InterestHome

All Superinterfaces:
EJBHome, Remote

public interface InterestHome
extends EJBHome

The home interface of the stateless Interest Enterprise JavaBeansTM component.

See Also:
Interest

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

Method Detail

create

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

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

WebCab Bonds Demo
(J2EE Edition)