public class

BarrierFactoryImpl

extends Object
implements BarrierFactory
java.lang.Object
   ↳ com.atlassian.jira.concurrent.BarrierFactoryImpl

Class Overview

Barrier factory. Caches created barriers indefinitely.

Summary

Public Constructors
BarrierFactoryImpl()
Public Methods
@Nonnull Barrier getBarrier(String barrierName)
Returns the Barrier with the given name, creating one if necessary.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.concurrent.BarrierFactory

Public Constructors

public BarrierFactoryImpl ()

Public Methods

@Nonnull public Barrier getBarrier (String barrierName)

Returns the Barrier with the given name, creating one if necessary.

Parameters
barrierName a String containing the barrier name
Returns
  • a Barrier