|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjava.lang.Thread
com.aspire.nm.component.cmppserver.runTime.counter.SpeedCounter
@Scope(value="prototype") @Component public class SpeedCounter
| 嵌套类摘要 |
|---|
| 从类 java.lang.Thread 继承的嵌套类/接口 |
|---|
Thread.State, Thread.UncaughtExceptionHandler |
| 字段摘要 |
|---|
| 从类 java.lang.Thread 继承的字段 |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| 构造方法摘要 | |
|---|---|
SpeedCounter()
|
|
| 方法摘要 | |
|---|---|
void |
afterPropertiesSet()
|
AtomicLong |
getCount()
|
long |
getCountPerSec()
|
void |
increment()
|
void |
run()
|
| 从类 java.lang.Object 继承的方法 |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 构造方法详细信息 |
|---|
public SpeedCounter()
| 方法详细信息 |
|---|
public void afterPropertiesSet()
throws Exception
org.springframework.beans.factory.InitializingBean 中的 afterPropertiesSetExceptionpublic void increment()
public AtomicLong getCount()
public long getCountPerSec()
public void run()
Runnable 中的 runThread 中的 run
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||