WebCab Technical Analysis
(J2EE Edition)

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

All Superinterfaces:
EJBLocalHome

public interface MarketStrengthLocalHome
extends EJBLocalHome

Local Home interface of the MarketStrength Enterprise JavaBean. Use it instead of the MarketStrengthHome interface when your clients run in the same virtual machine as the bean. Note that every create method stays the same as in the standard Home interface.

See Also:
MarketStrengthHome, MarketStrengthLocal

Method Summary
 MarketStrengthLocal create()
          Creates a local instance of MarketStrength the same as when calling the corresponding creation method from the MarketStrengthHome interface.
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

create

public MarketStrengthLocal create()
                           throws CreateException
Creates a local instance of MarketStrength the same as when calling the corresponding creation method from the MarketStrengthHome interface.

CreateException
See Also:
MarketStrengthHome.create()

WebCab Technical Analysis
(J2EE Edition)