WebCab Technical Analysis
(J2EE Edition)

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

All Superinterfaces:
EJBHome, Remote

public interface OscillatorsHome
extends EJBHome

The home interface of the stateless Oscillators Enterprise JavaBeansTM component.

See Also:
Oscillators

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

Method Detail

create

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

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

WebCab Technical Analysis
(J2EE Edition)