org.springframework.aop.target
public interface: ThreadLocalTargetSourceStats [javadoc |
source]
All Known Implementing Classes:
ThreadLocalTargetSource
Statistics for a ThreadLocal TargetSource.
- author:
Rod - Johnson
- author:
Juergen - Hoeller
| Method from org.springframework.aop.target.ThreadLocalTargetSourceStats Detail: |
public int getHitCount()
Return the number of hits that were satisfied by a thread-bound object. |
public int getInvocationCount()
Return the number of client invocations. |
public int getObjectCount()
Return the number of thread-bound objects created. |