WebCab Optimization
v2.6
(J2EE Edition)

com.webcab.ejb.math.optimization.linearprogramming
Interface LinearProgrammingHome

All Superinterfaces:
EJBHome, Remote

public interface LinearProgrammingHome
extends EJBHome

The home interface of the stateless LinearProgramming Enterprise JavaBeansTM component.

See Also:
LinearProgramming

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

Method Detail

create

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

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

WebCab Optimization
v2.6
(J2EE Edition)