com.franz.jlinker
Class JLWrapper

java.lang.Object
  extended by com.franz.jlinker.JLWrapper

public abstract class JLWrapper
extends java.lang.Object

This class is the superclass of the wrapper objects used to carry information between Lisp and Java. The socket and native interfaces use different subclasses. There are no public members. Instances are used as opaque tokens passed in arguments to the documented methods.


Nested Class Summary
static class JLWrapper.TypeCode
          Constants that describe the type of objects passed between Lisp and Java.
 
Constructor Summary
JLWrapper()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JLWrapper

public JLWrapper()