WebCab Technical Analysis
(J2EE Edition)

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

All Superinterfaces:
EJBLocalHome

public interface AccumulateDistributeLocalHome
extends EJBLocalHome

Local Home interface of the AccumulateDistribute Enterprise JavaBean. Use it instead of the AccumulateDistributeHome 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:
AccumulateDistributeHome, AccumulateDistributeLocal

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

Method Detail

create

public AccumulateDistributeLocal create()
                                 throws CreateException
Creates a local instance of AccumulateDistribute the same as when calling the corresponding creation method from the AccumulateDistributeHome interface.

CreateException
See Also:
AccumulateDistributeHome.create()

WebCab Technical Analysis
(J2EE Edition)