WebCab Technical Analysis
(J2EE Edition)

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

All Superinterfaces:
EJBHome, Remote

public interface MarketStrengthHome
extends EJBHome

The home interface of the stateless MarketStrength Enterprise JavaBeansTM component.

See Also:
MarketStrength

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

Method Detail

create

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

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

WebCab Technical Analysis
(J2EE Edition)