edu.isi.pegasus.planner.invocation
Class SimpleServerThread
java.lang.Object
java.lang.Thread
edu.isi.pegasus.planner.invocation.SimpleServerThread
- All Implemented Interfaces:
- Runnable
public class SimpleServerThread
- extends Thread
|
Method Summary |
void |
log(org.apache.log4j.Level l,
String msg)
|
void |
run()
|
| 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 |
m_remote
private String m_remote
m_socket
private Socket m_socket
m_server
private SimpleServer m_server
c_logger
private static org.apache.log4j.Logger c_logger
c_count
static int c_count
c_cdone
static int c_cdone
SimpleServerThread
public SimpleServerThread(SimpleServer me,
Socket socket)
log
public void log(org.apache.log4j.Level l,
String msg)
run
public void run()
- Specified by:
run in interface Runnable- Overrides:
run in class Thread
Copyright © 2011 The University of Southern California. All Rights Reserved.