edu.cmu.emulator.emulab
Class EmulabDaemon
java.lang.Object
java.lang.Thread
edu.cmu.emulator.emulab.EmulabDaemon
- All Implemented Interfaces:
- Runnable
public class EmulabDaemon
- extends Thread
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, clone, 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 |
port
static int port
ssock
static ServerSocket ssock
swapInfo
static Hashtable swapInfo
portHash
static Hashtable portHash
csock
Socket csock
br
BufferedReader br
filename
String filename
username
String username
pid
String pid
eid
String eid
swapin
boolean swapin
EmulabDaemon
EmulabDaemon(Socket client)
EmulabDaemon
EmulabDaemon(String filename)
processSwap
void processSwap()
processLine
void processLine(String line,
int count)
run
public void run()
- Specified by:
run
in interface Runnable
- Overrides:
run
in class Thread
readPortMap
static void readPortMap(String portMapFile)
main
public static void main(String[] argv)
Copyright © 2013. All Rights Reserved.