Uses of Class
com.swiftmq.tools.concurrent.Semaphore
-
Packages that use Semaphore Package Description com.swiftmq.jms.v750.po com.swiftmq.tools.pipeline com.swiftmq.tools.requestreply -
-
Uses of Semaphore in com.swiftmq.jms.v750.po
Constructors in com.swiftmq.jms.v750.po with parameters of type Semaphore Constructor Description POClose(Semaphore semaphore)POReconnect(Semaphore semaphore, RecreatableConnection recreatableConnection)POReconnect(Semaphore semaphore, RecreatableConnection recreatableConnection, boolean internalRetry)PORecreate(Semaphore semaphore, Recreatable recreatable, Request request) -
Uses of Semaphore in com.swiftmq.tools.pipeline
Methods in com.swiftmq.tools.pipeline that return Semaphore Modifier and Type Method Description SemaphorePOObject. getSemaphore()Constructors in com.swiftmq.tools.pipeline with parameters of type Semaphore Constructor Description POObject(POCallback callback, Semaphore semaphore) -
Uses of Semaphore in com.swiftmq.tools.requestreply
Fields in com.swiftmq.tools.requestreply declared as Semaphore Modifier and Type Field Description SemaphoreRequest. _semMethods in com.swiftmq.tools.requestreply with parameters of type Semaphore Modifier and Type Method Description voidRequestRegistry. retryAllRequests(Semaphore rSem)
-