Uses of Class
com.swiftmq.impl.queue.standard.SwiftletContext
Packages that use SwiftletContext
Package
Description
-
Uses of SwiftletContext in com.swiftmq.impl.queue.standard
Methods in com.swiftmq.impl.queue.standard that return SwiftletContextModifier and TypeMethodDescriptionprotected SwiftletContext
QueueManagerImpl.createSwiftletContext
(Configuration config) static SwiftletContext
SwiftletContext.getContext()
-
Uses of SwiftletContext in com.swiftmq.impl.queue.standard.cluster
Methods in com.swiftmq.impl.queue.standard.cluster with parameters of type SwiftletContextModifier and TypeMethodDescriptionMessageGroupDispatchPolicyFactory.create
(SwiftletContext ctx, Entity myEntity, String clusteredQueueName, DispatchPolicy parent) MessageGroupDispatchPolicyFactoryImpl.create
(SwiftletContext ctx, Entity myEntity, String clusteredQueueName, DispatchPolicy parent) Constructors in com.swiftmq.impl.queue.standard.cluster with parameters of type SwiftletContextModifierConstructorDescriptionClusteredQueue
(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
Constructors in com.swiftmq.impl.queue.standard.command with parameters of type SwiftletContextModifierConstructorDescriptionActivate
(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
Constructors in com.swiftmq.impl.queue.standard.composite with parameters of type SwiftletContext -
Uses of SwiftletContext in com.swiftmq.impl.queue.standard.jobs
Constructors in com.swiftmq.impl.queue.standard.jobs with parameters of type SwiftletContextModifierConstructorDescription -
Uses of SwiftletContext in com.swiftmq.impl.queue.standard.queue
Methods in com.swiftmq.impl.queue.standard.queue with parameters of type SwiftletContextModifier 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) Constructors in com.swiftmq.impl.queue.standard.queue with parameters of type SwiftletContextModifierConstructorDescriptionMessageQueue
(SwiftletContext ctx, Cache cache, PersistentStore pStore, NonPersistentStore nStore, long cleanUpDelay) View
(SwiftletContext ctx, String queueName, int viewId, Selector selector)