|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.test.filters.FilterCounter
public class FilterCounter
Field Summary | |
---|---|
static java.util.concurrent.atomic.AtomicInteger |
counter
|
Constructor Summary | |
---|---|
FilterCounter()
|
Method Summary | |
---|---|
boolean |
accept(MuleMessage message)
Increments the counter if it passes the filter |
boolean |
test(int arg0)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.util.concurrent.atomic.AtomicInteger counter
Constructor Detail |
---|
public FilterCounter()
Method Detail |
---|
public boolean accept(MuleMessage message)
accept
in interface Filter
public boolean test(int arg0)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |