WebCab Technical Analysis
(J2EE Edition)

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

All Superinterfaces:
EJBHome, Remote

public interface StochasticsHome
extends EJBHome

The home interface of the stateless Stochastics Enterprise JavaBeansTM component.

See Also:
Stochastics

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

Method Detail

create

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

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

WebCab Technical Analysis
(J2EE Edition)