WebCab Bonds Demo
(J2EE Edition)

com.webcab.ejb.finance.interest
Interface ValueReturnYieldHome

All Superinterfaces:
EJBHome, Remote

public interface ValueReturnYieldHome
extends EJBHome

The home interface of the stateless ValueReturnYield Enterprise JavaBeansTM component.

See Also:
ValueReturnYield

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

Method Detail

create

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

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

WebCab Bonds Demo
(J2EE Edition)