org.gnu6.moves
Class addClusterThread

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--org.gnu6.moves.addClusterThread
All Implemented Interfaces:
java.lang.Runnable

public class addClusterThread
extends java.lang.Thread

This is a thread that serves requests accepted by the move addCluster This version of addClusterThread is NOT SECURE. We recommend you to wait until we fix security problems.


Field Summary
static java.lang.String add
           
static java.lang.String delete
           
static java.lang.String exec
           
static java.lang.String interrupt
           
static java.lang.String kill
           
static java.lang.String quit
           
static java.lang.String resume
           
static java.lang.String set
           
static java.lang.String start
           
static java.lang.String startAll
           
static java.lang.String status
           
static java.lang.String stop
           
static java.lang.String suspend
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
addClusterThread(java.net.Socket sk, org.gnu6.moves.addCluster Cl, java.util.Hashtable threads)
           
 
Method Summary
 void run()
           
 
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
 

Field Detail

start

public static final java.lang.String start
See Also:
Constant Field Values

add

public static final java.lang.String add
See Also:
Constant Field Values

stop

public static final java.lang.String stop
See Also:
Constant Field Values

interrupt

public static final java.lang.String interrupt
See Also:
Constant Field Values

status

public static final java.lang.String status
See Also:
Constant Field Values

delete

public static final java.lang.String delete
See Also:
Constant Field Values

startAll

public static final java.lang.String startAll
See Also:
Constant Field Values

kill

public static final java.lang.String kill
See Also:
Constant Field Values

quit

public static final java.lang.String quit
See Also:
Constant Field Values

suspend

public static final java.lang.String suspend
See Also:
Constant Field Values

resume

public static final java.lang.String resume
See Also:
Constant Field Values

set

public static final java.lang.String set
See Also:
Constant Field Values

exec

public static final java.lang.String exec
See Also:
Constant Field Values
Constructor Detail

addClusterThread

public addClusterThread(java.net.Socket sk,
                        org.gnu6.moves.addCluster Cl,
                        java.util.Hashtable threads)
Method Detail

run

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