Class JDFQueueFilter.QueueEntryMatcher

  • Enclosing class:
    JDFQueueFilter

    protected class JDFQueueFilter.QueueEntryMatcher
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected QueueEntryMatcher()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean matches​(JDFQueueEntry qe)
      return true if the queuentry matches this filter
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • QueueEntryMatcher

        protected QueueEntryMatcher()
    • Method Detail

      • matches

        protected boolean matches​(JDFQueueEntry qe)
        return true if the queuentry matches this filter
        Parameters:
        qe - the queueentry to check
        Returns: