WebCab Optimization
v2.6
(J2EE Edition)

com.webcab.ejb.math.optimization
Interface EasySolverHome

All Superinterfaces:
EJBHome, Remote

public interface EasySolverHome
extends EJBHome

The home interface of the EasySolver Enterprise JavaBeansTM component.

See Also:
EasySolver

Method Summary
 EasySolver create()
          Creates an instance of this Enterprise JavaBean.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public EasySolver create()
                  throws CreateException,
                         RemoteException
Creates an instance of this Enterprise JavaBean. All properties which you can set after creating this instance are initially set to their default values, as described in their documentation.

CreateException
RemoteException

WebCab Optimization
v2.6
(J2EE Edition)