i382
Class Clerk

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--i382.Clerk
All Implemented Interfaces:
java.lang.Runnable

public class Clerk
extends java.lang.Thread

Title: Rezervační kancelář

Description: Rezervační kancelář po internetu

Copyright: Copyright (c) 2003

Company:

See Also:
ServerSide

Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
Clerk(java.net.Socket client_socket)
          Initialize the streams and start the thread
 
Method Summary
 void run()
          Provides all services - very complex
 
Methods inherited from class java.lang.Thread
activeCount, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, checkAccess, 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

Clerk

public Clerk(java.net.Socket client_socket)
Initialize the streams and start the thread

Parameters:
client_socket - Number of socket, incoming call
Method Detail

run

public void run()
Provides all services - very complex

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