Uses of Class
com.swiftmq.tools.concurrent.Semaphore
Packages that use Semaphore
Package
Description
-
Uses of Semaphore in com.swiftmq.amqp
Methods in com.swiftmq.amqp that return SemaphoreModifier and TypeMethodDescriptionProtocolHeader.getSemaphore()
Writable.getSemaphore()
Returns an optional semaphore which is triggered after writeContent has been called. -
Uses of Semaphore in com.swiftmq.amqp.v091.types
Methods in com.swiftmq.amqp.v091.types that return SemaphoreMethods in com.swiftmq.amqp.v091.types with parameters of type Semaphore -
Uses of Semaphore in com.swiftmq.amqp.v100.client.po
Constructors in com.swiftmq.amqp.v100.client.po with parameters of type SemaphoreModifierConstructorDescriptionprotected
POAttach
(POCallback poCallback, Semaphore semaphore, DeliveryMemory deliveryMemory) POAttachConsumer
(Semaphore semaphore, String source, int linkCredit, int qoS, boolean noLocal, String selector, DeliveryMemory deliveryMemory) POAttachDurableConsumer
(Semaphore semaphore, String linkName, String source, int linkCredit, int qoS, boolean noLocal, String selector, TerminusExpiryPolicy expiryPolicy, DeliveryMemory deliveryMemory) POAttachProducer
(Semaphore semaphore, String target, int qoS, DeliveryMemory deliveryMemory) POAuthenticate
(Semaphore semaphore, String mechanism, String username, String password) POCheckIdleTimeout
(Semaphore semaphore) POCloseLink
(Semaphore semaphore, Link link) POConnectionClose
(Semaphore semaphore) POOpen
(Semaphore semaphore, String containerId, long maxFrameSize, int maxChannel, long idleTimeout) POProtocolRequest
(Semaphore semaphore, ProtocolHeader header) POSendClose
(Semaphore semaphore, AMQPSymbol condition, AMQPString description) POSendHeartBeat
(Semaphore semaphore) POSendMessage
(Semaphore semaphore, Producer producer, AMQPMessage message, TxnIdIF txnId, DeliveryTag deliveryTag) POSessionClose
(Semaphore semaphore) -
Uses of Semaphore in com.swiftmq.amqp.v100.transport
Methods in com.swiftmq.amqp.v100.transport that return SemaphoreMethods in com.swiftmq.amqp.v100.transport with parameters of type Semaphore -
Uses of Semaphore in com.swiftmq.jms.v750.po
Constructors in com.swiftmq.jms.v750.po with parameters of type SemaphoreModifierConstructorDescriptionPOReconnect
(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 SemaphoreConstructors in com.swiftmq.tools.pipeline with parameters of type Semaphore -
Uses of Semaphore in com.swiftmq.tools.requestreply
Fields in com.swiftmq.tools.requestreply declared as SemaphoreMethods in com.swiftmq.tools.requestreply with parameters of type Semaphore