WebCab Optimization
v2.6
(J2EE Edition)

com.webcab.ejb.math.optimization.sensitivityanalysis
Interface SensitivityAnalysisHome

All Superinterfaces:
EJBHome, Remote

public interface SensitivityAnalysisHome
extends EJBHome

The home interface of the SensitivityAnalysis Enterprise JavaBeansTM component.

See Also:
SensitivityAnalysis

Method Summary
 SensitivityAnalysis create()
          Creates an SensitivityAnalysis EJB object without registering a function.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public SensitivityAnalysis create()
                           throws CreateException,
                                  RemoteException
Creates an SensitivityAnalysis EJB object without registering a function. Please note that without submitting a function you will not be able to invoke any mathematical method.

CreateException
RemoteException

WebCab Optimization
v2.6
(J2EE Edition)