org.springframework.aop.target
Interface ThreadLocalTargetSourceStats

All Known Implementing Classes:
ThreadLocalTargetSource

public interface ThreadLocalTargetSourceStats

Statistics for a ThreadLocal TargetSource.

Version:
$Id: ThreadLocalTargetSourceStats.java,v 1.2 2004/03/18 02:46:13 trisberg Exp $
Author:
Rod Johnson

Method Summary
 int getHits()
           
 int getInvocations()
           
 int getObjects()
           
 

Method Detail

getInvocations

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

getHits

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

getObjects

public int getObjects()
Returns:
thread bound objects created


Copyright (C) 2003-2004 The Spring Framework Project.