ozone core API

org.ozoneDB.DxLib.net
Class DxMultiServerClient

java.lang.Object
  extended byorg.ozoneDB.DxLib.DxObject
      extended byorg.ozoneDB.DxLib.net.DxClient
          extended byorg.ozoneDB.DxLib.net.DxMultiServerClient
All Implemented Interfaces:
java.lang.Cloneable, DxCompatible, java.lang.Runnable, java.io.Serializable
Direct Known Subclasses:
DbInvokeClient

public class DxMultiServerClient
extends DxClient
implements java.lang.Runnable

Thread, der staendig am entsprechenden port lauscht und eine neue Anfragen zum Server meldet.

Version:
$Revision: 1.9 $Date: 2001/01/23 14:13:13 $
Author:
SMB
See Also:
Serialized Form

Field Summary
(package private)  DxMultiServer server
           
(package private)  boolean stop
           
(package private)  java.lang.Thread thread
           
 
Fields inherited from class org.ozoneDB.DxLib.net.DxClient
buffSize, in, out, sock
 
Fields inherited from class org.ozoneDB.DxLib.DxObject
 
Constructor Summary
DxMultiServerClient(java.net.Socket socket, DxMultiServer dms)
           
 
Method Summary
 void close()
           
 void listen()
           
 void run()
           
 java.lang.Thread thread()
           
 
Methods inherited from class org.ozoneDB.DxLib.net.DxClient
init, inputStream, objectAvailable, onConnect, onDeconnect, outputStream, receive, send
 
Methods inherited from class org.ozoneDB.DxLib.DxObject
clone, isLess
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ozoneDB.DxLib.DxCompatible
equals
 

Field Detail

stop

boolean stop

server

DxMultiServer server

thread

java.lang.Thread thread
Constructor Detail

DxMultiServerClient

public DxMultiServerClient(java.net.Socket socket,
                           DxMultiServer dms)
                    throws java.io.IOException
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

listen

public void listen()

close

public void close()
Overrides:
close in class DxClient

thread

public java.lang.Thread thread()

ozone core API

Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.