de.ukn.hci.squidy.manager.commander
Class ControlClient

java.lang.Object
  extended by java.lang.Thread
      extended by de.ukn.hci.squidy.manager.commander.ControlClient
All Implemented Interfaces:
Runnable

public class ControlClient
extends Thread

ControlClient.

 Date: Sep 22, 2008
 Time: 12:21:20 AM
 

Since:
1.1.0
Version:
$Id: ControlClient.java 30 2009-09-18 22:23:35Z nitsche $
Author:
Roman Rädle, Roman. Raedle@uni-konstanz.de, University of Konstanz

Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ControlClient(InetAddress address, int port)
           
 
Method Summary
 void close()
           
 void run()
           
 void send(ICommand command)
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, 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

ControlClient

public ControlClient(InetAddress address,
                     int port)
              throws IOException
Throws:
IOException
Method Detail

run

public void run()
Specified by:
run in interface Runnable
Overrides:
run in class Thread

send

public void send(ICommand command)

close

public void close()


Copyright © 2007-2010 Human-Computer-Interaction :: University of Konstanz. All Rights Reserved.