Deprecated API


Contents
Deprecated Classes
com.franz.jlinker.JavaLinkDist
          See the class description for usage note. 
com.franz.jlinker.LispConnector
          Use the new static methods in LispCall class. 
 

Deprecated Exceptions
com.franz.jlinker.JavaLinkDist.InvokeException
          Use com.franz.jlinker.JLinkerInvokeException 
com.franz.jlinker.JavaLinkDist.JLinkerException
          Use com.franz.jlinker.JLinkerException. 
com.franz.jlinker.JavaLinkDist.LispException
          Use com.franz.jlinker.JLinkerLispException 
com.franz.jlinker.JavaLinkDist.LispThrow
          Use com.franz.jlinker.LispThrow. 
 

Deprecated Methods
com.franz.jlinker.JavaLinkDist.advertise(int, int)
            
com.franz.jlinker.JavaLinkDist.advertise(String, String, int, int)
            
com.franz.jlinker.JavaLinkDist.connect(String, int, String, int, int, int)
          Use the new static methods in LispCall class. 
com.franz.jlinker.JavaLinkDist.connect(String, String, int, int, int)
            
com.franz.jlinker.JavaLinkDist.newDistOb(int)
            
com.franz.jlinker.JavaLinkDist.newDistOb(String)
            
com.franz.jlinker.LispCall.typeOf()
          use LispCall.getTypeCode() 
com.franz.jlinker.LispCall.typeOf(int)
          use LispCall.getTypeCode(int)