org.inspektr.statistics
Class StatisticManagementAspect

java.lang.Object
  extended by org.inspektr.statistics.StatisticManagementAspect

public final class StatisticManagementAspect
extends java.lang.Object

A POJO style aspect modularizing management of a statistic data concern.

Since:
1.0
Version:
$Revision$ $Date$
Author:
Scott Battaglia

Constructor Summary
StatisticManagementAspect(java.util.List<StatisticManager> statisticManagers, java.lang.String applicationCode)
           
 
Method Summary
 java.lang.Object handleStatisticGathering(org.aspectj.lang.ProceedingJoinPoint joinPoint, Statistic statistic)
           
 void setClientInfoResolver(ClientInfoResolver clientInfoResolver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticManagementAspect

public StatisticManagementAspect(java.util.List<StatisticManager> statisticManagers,
                                 java.lang.String applicationCode)
Method Detail

handleStatisticGathering

public java.lang.Object handleStatisticGathering(org.aspectj.lang.ProceedingJoinPoint joinPoint,
                                                 Statistic statistic)
                                          throws java.lang.Throwable
Throws:
java.lang.Throwable

setClientInfoResolver

public void setClientInfoResolver(ClientInfoResolver clientInfoResolver)


Copyright © 2007-2009. All Rights Reserved.