WebCab Technical Analysis
(J2EE Edition)

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

All Superinterfaces:
EJBHome, Remote

public interface FiltersHome
extends EJBHome

The home interface of the stateless Filters Enterprise JavaBeansTM component.

See Also:
Filters

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

Method Detail

create

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

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

WebCab Technical Analysis
(J2EE Edition)