|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FilterRule.Type | |
|---|---|
| org.javasimon.callback | Callback is an event listener registered with the Manager,
listening for manager or Simon events. |
| Uses of FilterRule.Type in org.javasimon.callback |
|---|
| Fields in org.javasimon.callback declared as FilterRule.Type | |
|---|---|
private FilterRule.Type |
FilterRule.type
|
| Methods in org.javasimon.callback that return FilterRule.Type | |
|---|---|
FilterRule.Type |
FilterRule.getType()
Returns the type of this rule. |
static FilterRule.Type |
FilterRule.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FilterRule.Type[] |
FilterRule.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.javasimon.callback with parameters of type FilterRule.Type | |
|---|---|
void |
FilterCallback.addRule(FilterRule.Type type,
String condition,
String pattern,
Callback.Event... events)
Adds the rule to the filter. |
void |
CompositeFilterCallback.addRule(FilterRule.Type type,
String condition,
String pattern,
Callback.Event... events)
|
| Constructors in org.javasimon.callback with parameters of type FilterRule.Type | |
|---|---|
FilterRule(FilterRule.Type type,
String condition,
SimonPattern pattern)
Creates the rule with a specified type, condition and pattern. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||