Uses of Class
com.swiftmq.impl.queue.standard.SwiftletContext
Package
Description
-
Uses of SwiftletContext in com.swiftmq.impl.queue.standard
Modifier and TypeMethodDescriptionprotected SwiftletContext
QueueManagerImpl.createSwiftletContext
(Configuration config) static SwiftletContext
SwiftletContext.getContext()
-
Uses of SwiftletContext in com.swiftmq.impl.queue.standard.cluster
Modifier and TypeMethodDescriptionMessageGroupDispatchPolicyFactory.create
(SwiftletContext ctx, Entity myEntity, String clusteredQueueName, DispatchPolicy parent) MessageGroupDispatchPolicyFactoryImpl.create
(SwiftletContext ctx, Entity myEntity, String clusteredQueueName, DispatchPolicy parent) ModifierConstructorDescriptionClusteredQueue
(SwiftletContext ctx, DispatchPolicy dispatchPolicy) ClusteredTransactionId
(SwiftletContext ctx, boolean messageBasedDispatch) ClusteredTransactionId
(SwiftletContext ctx, AbstractQueue baseQueue, Object baseTx, QueueImpl destination) MessageGroupDispatchPolicy
(SwiftletContext ctx, Entity myEntity, String clusteredQueueName, DispatchPolicy parent) Redispatcher
(SwiftletContext ctx, String sourceQueueName, String targetQueueName) RoundRobinDispatchPolicy
(SwiftletContext ctx, String clusteredQueueName) -
Uses of SwiftletContext in com.swiftmq.impl.queue.standard.command
ModifierConstructorDescriptionActivate
(SwiftletContext ctx) Copier
(SwiftletContext ctx) Exporter
(SwiftletContext ctx) Importer
(SwiftletContext ctx) Mover
(SwiftletContext ctx) Remover
(SwiftletContext ctx) Resetter
(SwiftletContext ctx) Viewer
(SwiftletContext ctx) -
Uses of SwiftletContext in com.swiftmq.impl.queue.standard.composite
-
Uses of SwiftletContext in com.swiftmq.impl.queue.standard.jobs
ModifierConstructorDescription -
Uses of SwiftletContext in com.swiftmq.impl.queue.standard.queue
Modifier and TypeMethodDescriptionMessageQueueFactory.createMessageQueue
(SwiftletContext ctx, String localQueueName, Cache cache, PersistentStore pStore, NonPersistentStore nStore, long cleanUpDelay) MessageQueueFactoryImpl.createMessageQueue
(SwiftletContext ctx, String localQueueName, Cache cache, PersistentStore pStore, NonPersistentStore nStore, long cleanUpDelay) ModifierConstructorDescriptionMessageQueue
(SwiftletContext ctx, Cache cache, PersistentStore pStore, NonPersistentStore nStore, long cleanUpDelay) View
(SwiftletContext ctx, String queueName, int viewId, Selector selector)