triptracker.server
Class CheckThread

java.lang.Object
  extended by triptracker.server.CheckThread
All Implemented Interfaces:
Runnable

public class CheckThread
extends Object
implements Runnable

This is for verifying the user with username and password before a special thread is started for the spesific kind of task wich he has come to this server to get fullfilled.


Constructor Summary
CheckThread(Server server, Socket socket)
          Default class constructor.
 
Method Summary
protected  void log(String message)
          For broadcasting messages to logfile.
 void run()
          Main thread entry point.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckThread

public CheckThread(Server server,
                   Socket socket)
Default class constructor.

Parameters:
server - parent server instance
socket - open socket for client communication
Method Detail

run

public void run()
Main thread entry point.

Specified by:
run in interface Runnable
See Also:
Runnable.run()

log

protected void log(String message)
For broadcasting messages to logfile.

Parameters:
message -


Copyright © 2006 Team Trip Tracker. All Rights Reserved.