com.oy.shared.lw.misc
Class PoliteThread

java.lang.Object
  extended byjava.lang.Thread
      extended bycom.oy.shared.lw.misc.PoliteThread
All Implemented Interfaces:
java.lang.Runnable
Direct Known Subclasses:
MySqlReplThread, PerfAgent.ServerThread, SNMPAgent.ServerThread, TestGCThread, TestServletContainer.TestThread

public abstract class PoliteThread
extends java.lang.Thread


Field Summary
private  boolean terminated
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
PoliteThread()
           
 
Method Summary
 boolean isTerminated()
           
abstract  void run()
           
 void terminate()
           
 
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

terminated

private boolean terminated
Constructor Detail

PoliteThread

public PoliteThread()
Method Detail

terminate

public void terminate()

isTerminated

public boolean isTerminated()

run

public abstract void run()


Copyright (C) 2005-2006 Pavel Simakov
http://www.softwaresecretweapons.com