WebCab Technical Analysis
(J2EE Edition)

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

All Superinterfaces:
EJBHome, Remote

public interface MeanReversionHome
extends EJBHome

The home interface of the stateless MeanReversion Enterprise JavaBeansTM component.

See Also:
MeanReversion

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

Method Detail

create

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

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

WebCab Technical Analysis
(J2EE Edition)