public interface

ThreadLocalTargetSourceStats

org.springframework.aop.target.ThreadLocalTargetSourceStats
Known Indirect Subclasses

Class Overview

Statistics for a ThreadLocal TargetSource.

Summary

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

Public Methods

public abstract int getHitCount ()

Return the number of hits that were satisfied by a thread-bound object.

public abstract int getInvocationCount ()

Return the number of client invocations.

public abstract int getObjectCount ()

Return the number of thread-bound objects created.