org.springframework.aop.target
Interface ThreadLocalTargetSourceStats

All Known Implementing Classes:
ThreadLocalTargetSource

public interface ThreadLocalTargetSourceStats

Statistics for a ThreadLocal TargetSource.

Author:
Rod Johnson
Version: $Id: ThreadLocalTargetSourceStats.java,v 1.1 2003/11/30 17:17:34 johnsonr Exp $

Method Summary
 intgetHits()
           
 intgetInvocations()
           
 intgetObjects()
           

Method Detail

getHits

public int getHits()
Returns: hits that were satisfied by a thread bound object

getInvocations

public int getInvocations()
Returns: all clients given one of us

getObjects

public int getObjects()
Returns: thread bound objects created