| com.atlassian.jira.concurrent.BarrierFactory |
Known Indirect Subclasses
|
This interface is an internal implementation detail and will change without notice.
Clients that depend on
@Internal classes and interfaces can not expect to be compatible with any version
other than the version they were compiled against (even minor version and milestone releases may break binary
compatibility with respect to
@Internal elements).
Class Overview
Manager for Barrier instances.
Summary
| Public Methods |
|
@Nonnull
Barrier
|
getBarrier(String barrierName)
Returns the Barrier with the given name, creating one if necessary.
|
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 |