WebCab Technical Analysis
(J2EE Edition)

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

All Superinterfaces:
EJBHome, Remote

public interface AccumulateDistributeHome
extends EJBHome

The home interface of the stateless AccumulateDistribute Enterprise JavaBeansTM component.

See Also:
AccumulateDistribute

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

Method Detail

create

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

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

WebCab Technical Analysis
(J2EE Edition)