CiaoJava
Class PLJavaServer

java.lang.Object
  |
  +--CiaoJava.PLJavaServer

public class PLJavaServer
extends java.lang.Object

This class implements the starting point of the Java object server. Starts the communication and performs the basic server loop. Includes the main method to be executed at server start up.


Field Summary
private static java.lang.String JAVA_QUIT
           
 
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, registerNatives, toString, wait, wait, wait
 

Field Detail

JAVA_QUIT

private static final java.lang.String JAVA_QUIT
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.