Package org.cip4.jdflib.jmf
Class JDFQueueFilter.QueueEntryMatcher
- java.lang.Object
-
- org.cip4.jdflib.jmf.JDFQueueFilter.QueueEntryMatcher
-
- Enclosing class:
- JDFQueueFilter
protected class JDFQueueFilter.QueueEntryMatcher extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedQueueEntryMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanmatches(JDFQueueEntry qe)return true if the queuentry matches this filter
-
-
-
Method Detail
-
matches
protected boolean matches(JDFQueueEntry qe)
return true if the queuentry matches this filter- Parameters:
qe- the queueentry to check- Returns:
-
-