Uses of Class
org.javasimon.SimonPattern

Packages that use SimonPattern
org.javasimon Core package, contains Simon implementations, with the SimonManager as the center point of the API. 
org.javasimon.callback Callback is an event listener registered with the Manager, listening for manager or Simon events. 
 

Uses of SimonPattern in org.javasimon
 

Fields in org.javasimon with type parameters of type SimonPattern
private  Map<SimonPattern,SimonConfiguration> ManagerConfiguration.configs
           
 

Methods in org.javasimon that return SimonPattern
static SimonPattern SimonPattern.create(String pattern)
          Factory method that creates Simon name pattern - or returns null if parameter is null.
 

Methods in org.javasimon with parameters of type SimonPattern
 Collection<Simon> SwitchingManager.getSimons(SimonPattern pattern)
           
static Collection<Simon> SimonManager.getSimons(SimonPattern pattern)
          Returns collection containing all existing Simons matching the pattern (can be null).
 Collection<Simon> Manager.getSimons(SimonPattern pattern)
          Returns collection containing all existing Simons matching the pattern (can be null).
 Collection<Simon> EnabledManager.getSimons(SimonPattern pattern)
           
 Collection<Simon> DisabledManager.getSimons(SimonPattern pattern)
           
 

Uses of SimonPattern in org.javasimon.callback
 

Fields in org.javasimon.callback declared as SimonPattern
private  SimonPattern FilterRule.pattern
           
 

Methods in org.javasimon.callback that return SimonPattern
 SimonPattern FilterRule.getPattern()
          Retruns the Simon pattern of this rule.
 

Constructors in org.javasimon.callback with parameters of type SimonPattern
FilterRule(FilterRule.Type type, String condition, SimonPattern pattern)
          Creates the rule with a specified type, condition and pattern.
 



Copyright © 2013. All Rights Reserved.