WebCab Portfolio Demo
v4.2
(J2EE Edition)

com.webcab.ejb.finance.portfolio
Interface VolatilityHome

All Superinterfaces:
EJBHome, Remote

public interface VolatilityHome
extends EJBHome

The home interface of the stateless Volatility Enterprise JavaBeansTM component.

See Also:
Volatility

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

Method Detail

create

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

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

WebCab Portfolio Demo
v4.2
(J2EE Edition)