public class RuleTagProcessor extends Object implements EventProcessor<AuditEvent>
DELETE_FLAG| Constructor and Description |
|---|
RuleTagProcessor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSeparator() |
String |
getUser() |
AuditEvent |
processEvent(AuditEvent event,
Map<String,Object> context)
This method is called upon event reception.
|
void |
setSeparator(String separator) |
void |
setUser(String user) |
public String getSeparator()
public void setSeparator(String separator)
separator - the separator to setpublic String getUser()
public void setUser(String user)
user - the user to setpublic AuditEvent processEvent(AuditEvent event, Map<String,Object> context) throws Exception
EventProcessorprocessEvent in interface EventProcessor<AuditEvent>ExceptionEventProcessor.processEvent(org.jwall.audit.Event,
java.util.Map)Copyright © 2015 jwall.org. All Rights Reserved.