public class BarrierFactoryImpl extends Object implements BarrierFactory
Constructor and Description |
---|
BarrierFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
Barrier |
getBarrier(String barrierName)
Returns the
Barrier with the given name, creating one if necessary. |
@Nonnull public Barrier getBarrier(String barrierName)
BarrierFactory
Barrier
with the given name, creating one if necessary.getBarrier
in interface BarrierFactory
barrierName
- a String containing the barrier nameCopyright © 2002-2018 Atlassian. All Rights Reserved.