Class Joiner
java.lang.Object
org.jboss.byteman.synchronization.Joiner
class used by default helper to implement join dependencies between threads
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
status values returned from child add method -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
children
-
max
private int max -
parent
-
-
Constructor Details
-
Joiner
public Joiner(int max)
-
-
Method Details
-
getMax
public int getMax() -
addChild
-
joinChildren
-