WebCab Technical Analysis
(J2EE Edition)

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

All Superinterfaces:
EJBLocalHome

public interface FiltersLocalHome
extends EJBLocalHome

Local Home interface of the Filters Enterprise JavaBean. Use it instead of the FiltersHome 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:
FiltersHome, FiltersLocal

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

Method Detail

create

public FiltersLocal create()
                    throws CreateException
Creates a local instance of Filters the same as when calling the corresponding creation method from the FiltersHome interface.

CreateException
See Also:
FiltersHome.create()

WebCab Technical Analysis
(J2EE Edition)