Class ThreadUtils.ThreadIdPredicate

java.lang.Object
edu.internet2.middleware.grouperClientExt.org.apache.commons.lang3.ThreadUtils.ThreadIdPredicate
All Implemented Interfaces:
ThreadUtils.ThreadPredicate
Enclosing class:
ThreadUtils

public static class ThreadUtils.ThreadIdPredicate extends Object implements ThreadUtils.ThreadPredicate
A predicate implementation which matches a thread id.
  • Constructor Details

    • ThreadIdPredicate

      public ThreadIdPredicate(long threadId)
      Predicate constructor
      Parameters:
      threadId - the threadId to match
      Throws:
      IllegalArgumentException - if the threadId is zero or negative
  • Method Details