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

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

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


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

构造方法详细信息

ForbiddenCounter

public ForbiddenCounter()
方法详细信息

increment

public void increment()

getLastCountTimes

public long getLastCountTimes()

getDailyCount

public DailyCount getDailyCount()

getCount

public AtomicLong getCount()


Copyright © 2016. All rights reserved.