|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectLogSessionFilter
public class LogSessionFilter
filtering log session.
| Field Summary | |
|---|---|
protected LogSession |
delegate
|
protected String |
type
|
| Constructor Summary | |
|---|---|
LogSessionFilter()
|
|
| Method Summary | |
|---|---|
void |
add(ProcessLog processLog)
|
protected boolean |
passes(ProcessLog processLog)
can be overwritten in case filtering needs to be more sophisticated then just type matching. |
void |
setDelegate(LogSession delegate)
|
void |
setType(String type)
|
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected LogSession delegate
protected String type
| Constructor Detail |
|---|
public LogSessionFilter()
| Method Detail |
|---|
public void add(ProcessLog processLog)
add in interface LogSessionprotected boolean passes(ProcessLog processLog)
public void setDelegate(LogSession delegate)
public void setType(String type)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||