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
|
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 |
time4Oracle
public static long time4Oracle
time4Format
public static long time4Format
SPO_HOME
static java.lang.String SPO_HOME
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
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.