Uses of Class
net.sf.sasl.aop.AbstractRootAspect

Packages that use AbstractRootAspect
net.sf.sasl.aop   
net.sf.sasl.aop.distributed.lock   
net.sf.sasl.aop.exception.handling   
net.sf.sasl.aop.logging   
net.sf.sasl.aop.monitoring.execution.time   
 

Uses of AbstractRootAspect in net.sf.sasl.aop
 

Subclasses of AbstractRootAspect in net.sf.sasl.aop
 class AbstractPlaceholderScriptUsingAspect
          Could be used as super class for all aspects which offer placeholder script support for formatting text, messages, etc.
 

Uses of AbstractRootAspect in net.sf.sasl.aop.distributed.lock
 

Subclasses of AbstractRootAspect in net.sf.sasl.aop.distributed.lock
 class DistributedLockAspect
          The task that the aspect addresses is to provide a thread shared distributed lock session, if none exists for the current thread and to do static and dynamic distributed locks and unlocks, which have been declared via distributed lock annotations.
 

Uses of AbstractRootAspect in net.sf.sasl.aop.exception.handling
 

Subclasses of AbstractRootAspect in net.sf.sasl.aop.exception.handling
 class ServiceExceptionFirewallAspect
          The task that this aspect addresses is to prune exceptions that have been thrown by join points (target methods).
 

Uses of AbstractRootAspect in net.sf.sasl.aop.logging
 

Subclasses of AbstractRootAspect in net.sf.sasl.aop.logging
 class GenericLogAspect
          The task that this aspect addresses is to log informations in a generic way for the three different phases of a target method "call": 1.)Just before a target method is called.
 

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

Subclasses of AbstractRootAspect in net.sf.sasl.aop.monitoring.execution.time
 class ThresholdMethodExecutionTimeWarnAspect
          The task that this aspect addresses is to send configurable warn and recovery messages over configurable communication channels (mail, irc, instant messenger, ...), if the execution time of a target method exceeds a given threshold value.
 



Copyright © 2010. All Rights Reserved.