CiaoJava
Class PLJavaServer

java.lang.Object
  extended byCiaoJava.PLJavaServer

public class PLJavaServer
extends java.lang.Object

This class implements the starting point of the server of Java objects to Prolog. Starts a socket server listening on a specific port performs the basic server loop. Includes the main method to be executed at server start up.


Constructor Summary
PLJavaServer()
           
 
Method Summary
static void main(java.lang.String[] argv)
          Start up method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PLJavaServer

public PLJavaServer()
Method Detail

main

public static void main(java.lang.String[] argv)
Start up method. Starts the sockets and prepares the server to receive Prolog requests. If there is any error creating sockets terminates the Java process.