Class SimpleServerThread
- java.lang.Object
-
- java.lang.Thread
-
- edu.isi.pegasus.planner.invocation.SimpleServerThread
-
- All Implemented Interfaces:
java.lang.Runnable
public class SimpleServerThread extends java.lang.Thread
-
-
Constructor Summary
Constructors Constructor Description SimpleServerThread(SimpleServer me, java.net.Socket socket)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
log(org.apache.log4j.Level l, java.lang.String msg)
void
run()
-
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
-
-
-
Field Detail
-
m_remote
private java.lang.String m_remote
-
m_socket
private java.net.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
-
-
Constructor Detail
-
SimpleServerThread
public SimpleServerThread(SimpleServer me, java.net.Socket socket)
-
-