Uses of Class
com.swiftmq.tools.concurrent.Semaphore
-
-
Uses of Semaphore in com.swiftmq.amqp
Methods in com.swiftmq.amqp that return Semaphore Modifier and Type Method Description Semaphore
ProtocolHeader. getSemaphore()
Semaphore
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 Semaphore Modifier and Type Method Description Semaphore
Frame. getSemaphore()
Methods in com.swiftmq.amqp.v091.types with parameters of type Semaphore Modifier and Type Method Description void
Frame. setSemaphore(Semaphore semaphore)
-
Uses of Semaphore in com.swiftmq.amqp.v100.client.po
Constructors in com.swiftmq.amqp.v100.client.po with parameters of type Semaphore Constructor Description POAttach(POCallback poCallback, Semaphore semaphore, DeliveryMemory deliveryMemory)
POAttachConsumer(Semaphore semaphore, java.lang.String source, int linkCredit, int qoS, boolean noLocal, java.lang.String selector, DeliveryMemory deliveryMemory)
POAttachDurableConsumer(Semaphore semaphore, java.lang.String linkName, java.lang.String source, int linkCredit, int qoS, boolean noLocal, java.lang.String selector, TerminusExpiryPolicy expiryPolicy, DeliveryMemory deliveryMemory)
POAttachProducer(Semaphore semaphore, java.lang.String target, int qoS, DeliveryMemory deliveryMemory)
POAuthenticate(Semaphore semaphore, java.lang.String mechanism, java.lang.String username, java.lang.String password)
POBegin(Semaphore semaphore)
POCheckIdleTimeout(Semaphore semaphore)
POCloseLink(Semaphore semaphore, Link link)
POConnectionClose(Semaphore semaphore)
POOpen(Semaphore semaphore, java.lang.String containerId, long maxFrameSize, int maxChannel, long idleTimeout)
POProtocolRequest(Semaphore semaphore, ProtocolHeader header)
POSendClose(Semaphore semaphore, AMQPSymbol condition, AMQPString description)
POSendEnd(Semaphore semaphore, java.lang.String condition)
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 Semaphore Modifier and Type Method Description Semaphore
AMQPFrame. getSemaphore()
Methods in com.swiftmq.amqp.v100.transport with parameters of type Semaphore Modifier and Type Method Description void
AMQPFrame. setSemaphore(Semaphore semaphore)
-
Uses of Semaphore in com.swiftmq.jms.smqp.v400
Fields in com.swiftmq.jms.smqp.v400 declared as Semaphore Modifier and Type Field Description Semaphore
CloseSessionRequest. sem
-
Uses of Semaphore in com.swiftmq.jms.smqp.v500
Fields in com.swiftmq.jms.smqp.v500 declared as Semaphore Modifier and Type Field Description Semaphore
CloseSessionRequest. sem
-
Uses of Semaphore in com.swiftmq.jms.v600.po
Constructors in com.swiftmq.jms.v600.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.jms.v610.po
Constructors in com.swiftmq.jms.v610.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.jms.v630.po
Constructors in com.swiftmq.jms.v630.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.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 Semaphore
POObject. 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 Semaphore
Request. _sem
Methods in com.swiftmq.tools.requestreply with parameters of type Semaphore Modifier and Type Method Description void
RequestRegistry. retryAllRequests(Semaphore rSem)
-