| Package | Description |
|---|---|
| org.jwall.audit.rules | |
| org.jwall.web.audit.rules |
| Modifier and Type | Method and Description |
|---|---|
List<EventRule<E>> |
EventRuleEngine.getRules() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EventRuleEngine.execute(EventRule<E> rule,
E event,
Map<String,Object> context)
This method executes the actions of a rule for a given event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventRuleEngine.setRules(List<EventRule<E>> rules) |
| Modifier and Type | Class and Description |
|---|---|
class |
AuditEventRule
This class implements a simple rule, which can be applied to an audit-event and may
trigger a set of actions.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AuditEventRuleEngine.execute(EventRule<AuditEvent> rule,
AuditEvent event,
Map<String,Object> context) |
Copyright © 2015 jwall.org. All Rights Reserved.