Class Joiner

java.lang.Object
org.jboss.byteman.synchronization.Joiner

public class Joiner extends Object
class used by default helper to implement join dependencies between threads
  • Field Details

    • children

      private List<Thread> children
    • max

      private int max
    • parent

      private Thread parent
  • Constructor Details

    • Joiner

      public Joiner(int max)
  • Method Details

    • getMax

      public int getMax()
    • addChild

      public Joiner.Status addChild(Thread thread)
    • joinChildren

      public boolean joinChildren(Thread thread, long millis)