Package jacol.processor

Class Summary
AsynchInterpreter This class provides an asynchronous implementation of the LispInterpreter interface.
JavaProcessor This class is responsible for parsing inbound java request and invoking the corresponding methods.
LispProcessor This class is responsible for managing the connection to the lisp server and passing lisp statements to the lisp server for evaluation.
LispQueue This class supports asynchronous lisp calls by maintaining a queue of lisp requests.
 

Exception Summary
AuthException This exception indicates that Jacol denied an attempted Java method invocation.
InvocationException This exception indicates Jacol encountered a problem while attempting to invoke a method.