Deprecated API


Contents
Deprecated Classes
se.sics.jasper.JavaServer
          Only intended as an example Java server thread. Opens a server-socket and accepts connections for calling Java methods, according to the Jasper protocol. 
se.sics.jasper.PrologEngine
          Only intended as an example Objects of this class represent a Prolog engine running in a separate process. 
se.sics.jasper.PrologTerm
          Only intended as an example 
 

Deprecated Exceptions
se.sics.jasper.ConnectionFailedException
          Only intended as an example 
 

Deprecated Methods
se.sics.jasper.SPTerm.consFunctor(String, int, SPTerm[])
          Use consFunctor without arity argument instead. 
se.sics.jasper.SPTerm.putAtom(long)
          Use putCanonicalAtom instead. 
 

Deprecated Constructors
se.sics.jasper.SPTerm(SICStus, String, int, SPTerm[])
          Do not pass the arity argument.