Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » aop » target » [javadoc | source]
org.springframework.aop.target
public interface: ThreadLocalTargetSourceStats [javadoc | source]

All Known Implementing Classes:
    ThreadLocalTargetSource

Statistics for a ThreadLocal TargetSource.
Method from org.springframework.aop.target.ThreadLocalTargetSourceStats Summary:
getHitCount,   getInvocationCount,   getObjectCount
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.