java.lang.Object | |
↳ | com.atlassian.jira.concurrent.BarrierFactoryImpl |
Barrier factory. Caches created barriers indefinitely.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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
|
Returns the Barrier
with the given name, creating one if necessary.
barrierName | a String containing the barrier name |
---|