com.aspire.nm.component.cmppserver.runTime.counter
类 Counter

java.lang.Object
  继承者 com.aspire.nm.component.cmppserver.runTime.counter.Counter

@Scope(value="prototype")
@Component
public class Counter
extends Object


构造方法摘要
Counter()
           
 
方法摘要
 DailyCount getDailyCount()
           
 long getLastCountTimes()
           
 SpeedCounter getSpeedCounter()
           
 void increment()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Counter

public Counter()
方法详细信息

increment

public void increment()

getLastCountTimes

public long getLastCountTimes()

getDailyCount

public DailyCount getDailyCount()

getSpeedCounter

public SpeedCounter getSpeedCounter()


Copyright © 2016. All rights reserved.