org.jbpm.pvm.log
Class LogSessionFilter
java.lang.Object
org.jbpm.pvm.log.LogSessionFilter
- All Implemented Interfaces:
- LogSession
public class LogSessionFilter
- extends java.lang.Object
- implements LogSession
filtering log session.
- Author:
- Tom Baeyens
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
delegate
protected LogSession delegate
type
protected java.lang.String type
LogSessionFilter
public LogSessionFilter()
add
public void add(ProcessLog processLog)
- Specified by:
add
in interface LogSession
passes
protected boolean passes(ProcessLog processLog)
- can be overwritten in case filtering needs to be more
sophisticated then just type matching.
setDelegate
public void setDelegate(LogSession delegate)
setType
public void setType(java.lang.String type)