WebCab Technical Analysis
(J2EE Edition)

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

All Superinterfaces:
EJBHome, Remote

public interface MovingAverageHome
extends EJBHome

The home interface of the stateless MovingAverage Enterprise JavaBeansTM component.

See Also:
MovingAverage

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

Method Detail

create

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

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

WebCab Technical Analysis
(J2EE Edition)