org.jgap.distr.grid
Class JGAPServer
java.lang.Object
   org.jgap.distr.grid.JGAPServer
org.jgap.distr.grid.JGAPServer
- public class JGAPServer 
- extends java.lang.Object
A grid server is able to:
   a) receive work requests from JGAPClients
   b) send work units to JGAPWorkers
   c) receive solutions from JGAPWorkers, and
   d) send back these solutions to the requesting JGAPClient.
- Since:
- 3.01
| Constructor Summary | 
| JGAPServer(java.lang.String[] args)
 | 
 
| Method Summary | 
|  void | addFile(java.lang.String a_filename)
 | 
| static void | copyFile(java.lang.String source,
         java.lang.String dest)
 | 
| static void | main(java.lang.String[] args)
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
JGAPServer
public JGAPServer(java.lang.String[] args)
           throws java.lang.Exception
- Throws:
- java.lang.Exception
addFile
public void addFile(java.lang.String a_filename)
             throws java.lang.Exception
- 
- Throws:
- java.lang.Exception
 
copyFile
public static void copyFile(java.lang.String source,
                            java.lang.String dest)
                     throws java.lang.Exception
- 
- Throws:
- java.lang.Exception
 
main
public static void main(java.lang.String[] args)
                 throws java.lang.Exception
- 
- Throws:
- java.lang.Exception