org.ow2.orchestra.pvm.processlog
Class LogSessionFilter
java.lang.Object
org.ow2.orchestra.pvm.processlog.LogSessionFilter
- All Implemented Interfaces:
- LogSession
public class LogSessionFilter
- extends 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 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(String type)
Copyright © 2011 OW2 Consortium. All Rights Reserved.