Uses of Class
net.sf.sasl.aop.monitoring.execution.time.MethodExecutionTimeThresholdBean

Packages that use MethodExecutionTimeThresholdBean
net.sf.sasl.aop.monitoring.execution.time   
 

Uses of MethodExecutionTimeThresholdBean in net.sf.sasl.aop.monitoring.execution.time
 

Methods in net.sf.sasl.aop.monitoring.execution.time that return MethodExecutionTimeThresholdBean
protected  MethodExecutionTimeThresholdBean ThresholdMethodExecutionTimeWarnAspect.lookupThresholdConfiguration(org.aopalliance.intercept.MethodInvocation invocation)
          Returns the first threshold configuration of the the threshold configuration chain list that matches for the (targetObject, targetMethod, targetArguments) triple.
 

Methods in net.sf.sasl.aop.monitoring.execution.time that return types with arguments of type MethodExecutionTimeThresholdBean
 List<MethodExecutionTimeThresholdBean> ThresholdMethodExecutionTimeWarnAspect.getMethodExecutionTimeThresholdChain()
           
 

Method parameters in net.sf.sasl.aop.monitoring.execution.time with type arguments of type MethodExecutionTimeThresholdBean
 void ThresholdMethodExecutionTimeWarnAspect.setMethodExecutionTimeThresholdChain(List<MethodExecutionTimeThresholdBean> methodExecutionTimeThresholdChain)
          Sets a chain list of MethodExecutionTimeThresholdBeans.
 

Constructors in net.sf.sasl.aop.monitoring.execution.time with parameters of type MethodExecutionTimeThresholdBean
ThresholdMethodExecutionTimeWarnAspect.MessageSender(Thread senderThread, PlaceholderScriptMessage message, boolean isRecoveryMessage, org.aopalliance.intercept.MethodInvocation invocation, Object returnValue, Throwable occuredException, Date startDate, Date stopDate, MethodExecutionTimeThresholdBean thresholdConfig, ThresholdMethodExecutionTimeWarnAspect.SendRecoveryMessageMarker sendRecoveryMessageMarker)
           
 



Copyright © 2010. All Rights Reserved.