public class BarrierBackdoor extends Object
Constructor and Description |
---|
BarrierBackdoor(BarrierFactory barrierFactory) |
Modifier and Type | Method and Description |
---|---|
void |
lower(String name)
Lowers the barrier with the given name.
|
void |
lowerThenRaise(String name)
Lower the barrier with the given name to allow waiting threads through, then immediately raise it again.
|
void |
raise(String name)
Raises the barrier with the given name.
|
public BarrierBackdoor(BarrierFactory barrierFactory)
public void raise(String name)
public void lower(String name)
public void lowerThenRaise(String name)
Copyright © 2002-2022 Atlassian. All Rights Reserved.