Uses of Interface
com.swiftmq.swiftlet.threadpool.ThreadPool
-
Packages that use ThreadPool Package Description 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.client.thread
Classes in com.swiftmq.client.thread that implement ThreadPool Modifier and Type Class Description classThreadPoolImplMethods in com.swiftmq.client.thread that return ThreadPool Modifier and Type Method Description ThreadPoolDefaultPoolManager. getConnectionPool()ThreadPoolIntraVMPoolManager. getConnectionPool()abstract ThreadPoolPoolManager. getConnectionPool()ThreadPoolDefaultPoolManager. getConnectorPool()ThreadPoolIntraVMPoolManager. getConnectorPool()abstract ThreadPoolPoolManager. getConnectorPool()ThreadPoolDefaultPoolManager. getSessionPool()ThreadPoolIntraVMPoolManager. getSessionPool()abstract ThreadPoolPoolManager. getSessionPool() -
Uses of ThreadPool in com.swiftmq.swiftlet.threadpool
Methods in com.swiftmq.swiftlet.threadpool that return ThreadPool Modifier and Type Method Description abstract ThreadPoolThreadpoolSwiftlet. getPool(java.lang.String threadName)Returns a pool for a given thread name.abstract ThreadPoolThreadpoolSwiftlet. 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 voidFreezeCompletionListener. 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 voidTimerSwiftlet. addInstantTimerListener(long delay, ThreadPool threadpool, TimerListener listener)Add a new instant TimerListener for a specific delay.abstract voidTimerSwiftlet. 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 voidTimerSwiftlet. 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)
-