com.alisoft.xplatform.asf.cache.memcached.client
类 SockIOPool.MaintThread

java.lang.Object
  继承者 java.lang.Thread
      继承者 com.alisoft.xplatform.asf.cache.memcached.client.SockIOPool.MaintThread
所有已实现的接口:
java.lang.Runnable
包容类:
SockIOPool

protected static class SockIOPool.MaintThread
extends java.lang.Thread

Class which extends thread and handles maintenance of the pool.

版本:
1.5
作者:
greg whalin

嵌套类摘要
 
从类 java.lang.Thread 继承的嵌套类/接口
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
字段摘要
 
从类 java.lang.Thread 继承的字段
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
构造方法摘要
protected SockIOPool.MaintThread(SockIOPool pool)
           
 
方法摘要
 boolean isRunning()
           
 void run()
          Start the thread.
 void setInterval(long interval)
           
 void stopThread()
          sets stop variable and interupts any wait
 
从类 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
 

构造方法详细信息

SockIOPool.MaintThread

protected SockIOPool.MaintThread(SockIOPool pool)
方法详细信息

setInterval

public void setInterval(long interval)

isRunning

public boolean isRunning()

stopThread

public void stopThread()
sets stop variable and interupts any wait


run

public void run()
Start the thread.

指定者:
接口 java.lang.Runnable 中的 run
覆盖:
java.lang.Thread 中的 run


Copyright © 2009 . All Rights Reserved.