WebCab Technical Analysis
(J2EE Edition)

com.webcab.ejb.finance.trading.indicators
Interface BollingerBandsHome

All Superinterfaces:
EJBHome, Remote

public interface BollingerBandsHome
extends EJBHome

The home interface of the stateless BollingerBands Enterprise JavaBeansTM component.

See Also:
BollingerBands

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

Method Detail

create

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

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

WebCab Technical Analysis
(J2EE Edition)