站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

ThreadLocalTargetSourceStats (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

org.springframework.aop.target
Interface ThreadLocalTargetSourceStats

All Known Implementing Classes:
ThreadLocalTargetSource

public interface ThreadLocalTargetSourceStats

Statistics for a ThreadLocal TargetSource.

Author:
Rod Johnson, Juergen Hoeller

Method Summary
 int getHitCount()
          Return the number of hits that were satisfied by a thread-bound object.
 int getInvocationCount()
          Return the number of client invocations.
 int getObjectCount()
          Return the number of thread-bound objects created.
 

Method Detail

getInvocationCount

int getInvocationCount()
Return the number of client invocations.


getHitCount

int getHitCount()
Return the number of hits that were satisfied by a thread-bound object.


getObjectCount

int getObjectCount()
Return the number of thread-bound objects created.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.