gboat2.base.core
类 ActivatorInnerThread

java.lang.Object
  继承者 java.lang.Thread
      继承者 gboat2.base.core.ActivatorInnerThread
所有已实现的接口:
Runnable

public abstract class ActivatorInnerThread
extends Thread

Activator内部跨bundle线程,协助处理bundle间bean的依赖等待

从以下版本开始:
jdk1.6
作者:
lysming

嵌套类摘要
 
从类 java.lang.Thread 继承的嵌套类/接口
Thread.State, Thread.UncaughtExceptionHandler
 
字段摘要
 
从类 java.lang.Thread 继承的字段
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
构造方法摘要
ActivatorInnerThread()
           
ActivatorInnerThread(long wait)
           
 
方法摘要
 void run()
           
abstract  boolean task()
           
 
从类 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
 
从类 java.lang.Object 继承的方法
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

ActivatorInnerThread

public ActivatorInnerThread()

ActivatorInnerThread

public ActivatorInnerThread(long wait)
方法详细信息

run

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

task

public abstract boolean task()


Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.