edu.isi.pegasus.planner.invocation
Class SimpleServerThread

java.lang.Object
  extended by java.lang.Thread
      extended by edu.isi.pegasus.planner.invocation.SimpleServerThread
All Implemented Interfaces:
Runnable

public class SimpleServerThread
extends Thread


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
(package private) static int c_cdone
           
(package private) static int c_count
           
private static org.apache.log4j.Logger c_logger
           
private  String m_remote
           
private  SimpleServer m_server
           
private  Socket m_socket
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
SimpleServerThread(SimpleServer me, Socket socket)
           
 
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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

SimpleServerThread

public SimpleServerThread(SimpleServer me,
                          Socket socket)
Method Detail

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.