Class CountDownLatchProducer
- java.lang.Object
-
- com.oracle.coherence.concurrent.internal.cdi.CountDownLatchProducer
-
@ApplicationScoped public class CountDownLatchProducer extends Object
CDI producers forLocalCountDownLatchandRemoteCountDownLatchinstances.- Since:
- 21.12
- Author:
- Luk Ho 2021.12.01
-
-
Constructor Summary
Constructors Constructor Description CountDownLatchProducer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intgetCount(javax.enterprise.inject.spi.InjectionPoint ip)protected StringgetName(javax.enterprise.inject.spi.InjectionPoint ip)Determine the name of the semaphore from aNameannotation or member name.
-
-
-
Method Detail
-
getName
protected String getName(javax.enterprise.inject.spi.InjectionPoint ip)
Determine the name of the semaphore from aNameannotation or member name.- Parameters:
ip- the injection point- Returns:
- the name of the semaphore to inject
-
getCount
protected int getCount(javax.enterprise.inject.spi.InjectionPoint ip)
-
-