org.logicalcobwebs.proxool
类 PrototyperThread

java.lang.Object
  继承者 java.lang.Thread
      继承者 org.logicalcobwebs.proxool.PrototyperThread
所有已实现的接口:
Runnable

public class PrototyperThread
extends Thread

Responsible for running sweep. There could be just one of the objects, or more.

从以下版本开始:
Proxool 0.8
版本:
$Revision: 1.6 $, $Date: 2006/01/18 14:40:01 $
作者:
bill, $Author: billhorsman $ (current maintainer)

嵌套类摘要
 
从类 java.lang.Thread 继承的嵌套类/接口
Thread.State, Thread.UncaughtExceptionHandler
 
字段摘要
 
从类 java.lang.Thread 继承的字段
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
构造方法摘要
PrototyperThread(String name)
           
 
方法摘要
protected  void cancel()
           
protected  void doNotify()
           
 void run()
           
 
从类 java.lang.Thread 继承的方法
activeCount, checkAccess, 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
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

PrototyperThread

public PrototyperThread(String name)
方法详细信息

run

public void run()
指定者:
接口 Runnable 中的 run
覆盖:
Thread 中的 run

cancel

protected void cancel()

doNotify

protected void doNotify()


Copyright © 2014. All rights reserved.