WebCab Technical Analysis
(J2EE Edition)

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

All Superinterfaces:
EJBLocalHome

public interface AroonLocalHome
extends EJBLocalHome

Local Home interface of the Aroon Enterprise JavaBean. Use it instead of the AroonHome 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:
AroonHome, AroonLocal

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

Method Detail

create

public AroonLocal create()
                  throws CreateException
Creates a local instance of Aroon the same as when calling the corresponding creation method from the AroonHome interface.

CreateException
See Also:
AroonHome.create()

WebCab Technical Analysis
(J2EE Edition)