jacol
Class Jacol

java.lang.Object
  |
  +--jacol.Jacol

public class Jacol
extends java.lang.Object

This is the main jacol class. It is responsible for parsing command line parameters, starting and initializing the lisp and java servers, and accepting inbound connections.

Version:
0.20 beta
Author:
Jason Lowdermilk Email

Constructor Summary
Jacol()
          Execute the lisp server in a separate process, and redirect it's stdin, stdout, and stderr to those of jacol.
 
Method Summary
static int getLispPort()
          Get the port being used by the lisp server.
static java.lang.String getPassword()
           
static void main(java.lang.String[] args)
           
static void shutdown()
          Cleanly bring down the java and lisp servers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jacol

public Jacol()
Execute the lisp server in a separate process, and redirect it's stdin, stdout, and stderr to those of jacol. Start the java server in a separate thread. If not in server mode, load the lisp program or java class that was specified on the command line.
Method Detail

main

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

getLispPort

public static int getLispPort()
Get the port being used by the lisp server.

getPassword

public static java.lang.String getPassword()

shutdown

public static void shutdown()
Cleanly bring down the java and lisp servers.