WebCab Technical Analysis
(J2EE Edition)

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

All Superinterfaces:
EJBHome, Remote

public interface DirectionalMovementIndicatorHome
extends EJBHome

The home interface of the stateless DirectionalMovementIndicator Enterprise JavaBeansTM component.

See Also:
DirectionalMovementIndicator

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

Method Detail

create

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

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

WebCab Technical Analysis
(J2EE Edition)