at.dms.ikjc
Class IkjcServer

java.lang.Object
  |
  +--at.dms.ikjc.IkjcServer

public class IkjcServer
extends java.lang.Object

This class implements the server side of the kjc incremental compiler.


Constructor Summary
IkjcServer()
           
 
Method Summary
static void main(java.lang.String[] args)
          Launch the server.
 void run()
          Accept connections on compiler server socket and try to do compile-on-request.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IkjcServer

public IkjcServer()
Method Detail

main

public static void main(java.lang.String[] args)
Launch the server.

run

public void run()
         throws java.lang.Exception
Accept connections on compiler server socket and try to do compile-on-request.