Uses of Interface
com.swiftmq.swiftlet.threadpool.ThreadPool
-
Packages that use ThreadPool Package Description com.swiftmq.amqp com.swiftmq.client.thread com.swiftmq.swiftlet.threadpool com.swiftmq.swiftlet.threadpool.event com.swiftmq.swiftlet.timer com.swiftmq.tools.pipeline -
-
Uses of ThreadPool in com.swiftmq.amqp
Methods in com.swiftmq.amqp that return ThreadPool Modifier and Type Method Description ThreadPool
AMQPContext. getConnectionPool()
Returns the connection thread pool.protected ThreadPool
AMQPContext. getRouterConnectionPool()
protected ThreadPool
AMQPContext. getRouterSessionPool()
ThreadPool
AMQPContext. getSessionPool()
Returns the session thread pool. -
Uses of ThreadPool in com.swiftmq.client.thread
Classes in com.swiftmq.client.thread that implement ThreadPool Modifier and Type Class Description class
ThreadPoolImpl
Methods in com.swiftmq.client.thread that return ThreadPool Modifier and Type Method Description ThreadPool
DefaultPoolManager. getConnectionPool()
ThreadPool
IntraVMPoolManager. getConnectionPool()
abstract ThreadPool
PoolManager. getConnectionPool()
ThreadPool
DefaultPoolManager. getConnectorPool()
ThreadPool
IntraVMPoolManager. getConnectorPool()
abstract ThreadPool
PoolManager. getConnectorPool()
ThreadPool
DefaultPoolManager. getSessionPool()
ThreadPool
IntraVMPoolManager. getSessionPool()
abstract ThreadPool
PoolManager. getSessionPool()
-
Uses of ThreadPool in com.swiftmq.swiftlet.threadpool
Methods in com.swiftmq.swiftlet.threadpool that return ThreadPool Modifier and Type Method Description abstract ThreadPool
ThreadpoolSwiftlet. getPool(java.lang.String threadName)
Returns a pool for a given thread name.abstract ThreadPool
ThreadpoolSwiftlet. getPoolByName(java.lang.String poolName)
Returns a pool by its name. -
Uses of ThreadPool in com.swiftmq.swiftlet.threadpool.event
Methods in com.swiftmq.swiftlet.threadpool.event with parameters of type ThreadPool Modifier and Type Method Description void
FreezeCompletionListener. freezed(ThreadPool pool)
-
Uses of ThreadPool in com.swiftmq.swiftlet.timer
Methods in com.swiftmq.swiftlet.timer with parameters of type ThreadPool Modifier and Type Method Description abstract void
TimerSwiftlet. addInstantTimerListener(long delay, ThreadPool threadpool, TimerListener listener)
Add a new instant TimerListener for a specific delay.abstract void
TimerSwiftlet. addTimerListener(long delay, ThreadPool threadpool, TimerListener listener)
Add a new TimerListener for a specific delay The TimerListener will be dispatched into the thread pool supplied as a parameter.abstract void
TimerSwiftlet. addTimerListener(long delay, ThreadPool threadpool, TimerListener listener, boolean doNotApplySystemTimeChanges)
Add a new TimerListener for a specific delay The TimerListener will be dispatched into the thread pool supplied as a parameter. -
Uses of ThreadPool in com.swiftmq.tools.pipeline
Constructors in com.swiftmq.tools.pipeline with parameters of type ThreadPool Constructor Description PipelineQueue(ThreadPool myTP, java.lang.String dispatchToken, POVisitor visitor)
-