WebCab Bonds Demo
(J2EE Edition)

com.webcab.ejb.finance.bonds
Interface DurationConvexityHome

All Superinterfaces:
EJBHome, Remote

public interface DurationConvexityHome
extends EJBHome

The home interface of the stateless DurationConvexity Enterprise JavaBeansTM component.

See Also:
DurationConvexity

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

Method Detail

create

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

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

WebCab Bonds Demo
(J2EE Edition)