spo.src.server
Class spoServer

java.lang.Object
  |
  +--spo.src.server.spoServer

public class spoServer
extends java.lang.Object

A class that accepts client requests to database access and send responses to clients


Field Summary
(package private) static java.lang.String SPO_HOME
           
static long time4Format
           
static long time4Oracle
           
 
Constructor Summary
spoServer(java.net.ServerSocket sock)
          Initialize an process for the server program Generate a thread for each incoming connection
 
Method Summary
static void main(java.lang.String[] args)
          Server main() method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

time4Oracle

public static long time4Oracle

time4Format

public static long time4Format

SPO_HOME

static java.lang.String SPO_HOME
Constructor Detail

spoServer

public spoServer(java.net.ServerSocket sock)
          throws java.io.IOException
Initialize an process for the server program Generate a thread for each incoming connection

Parameters:
sock - name of the server socket by which the client connect to the server
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Server main() method

java.io.IOException


Copyright © 2003 UKCS. All Rights Reserved.