treuhaender
Class ClientTrustee

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--treuhaender.ClientTrustee
All Implemented Interfaces:
java.lang.Runnable

public class ClientTrustee
extends java.lang.Thread

Kapselt die Kommunikation via Sockets mit dem Client.

Version:
$Id: ClientTrustee.java,v 1.9 2004/02/12 08:12:41 tk4 Exp $
Author:
lehrprojekt, Thomas Kriegelstein

Nested Class Summary
(package private) static class ClientTrustee.Waiter
           
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ClientTrustee(org.ssonet.net.impl.SSONETServerClientSocket s, treuhaender.Treuhaender treuhaender)
          Konstruktor.
 
Method Summary
 void run()
          Arbeitsmethode.
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClientTrustee

public ClientTrustee(org.ssonet.net.impl.SSONETServerClientSocket s,
                     treuhaender.Treuhaender treuhaender)
Konstruktor.

Parameters:
s - Zu verarbeitende Verbindung.
treuhaender - Zentrale Verarbeitungsinstanz.
Method Detail

run

public void run()
Arbeitsmethode.

Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread


Copyright © 2003 DRIM Team. All Rights Reserved.