at.dms.kjc.linprog
Class CPLEXClient

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteServer
          extended by java.rmi.server.UnicastRemoteObject
              extended by at.dms.kjc.linprog.CPLEXClient
All Implemented Interfaces:
Serializable, Remote

public class CPLEXClient
extends UnicastRemoteObject
implements Remote

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
CPLEXClient()
           
 
Method Summary
static double[] solveOverRMI(CPLEXSolve model)
           
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CPLEXClient

public CPLEXClient()
            throws RemoteException
Throws:
RemoteException
Method Detail

solveOverRMI

public static double[] solveOverRMI(CPLEXSolve model)