Uses of Interface
com.swiftmq.swiftlet.threadpool.event.FreezeCompletionListener
-
Packages that use FreezeCompletionListener Package Description com.swiftmq.client.thread com.swiftmq.swiftlet.threadpool -
-
Uses of FreezeCompletionListener in com.swiftmq.client.thread
Methods in com.swiftmq.client.thread with parameters of type FreezeCompletionListener Modifier and Type Method Description voidThreadPoolImpl. freeze(FreezeCompletionListener listener) -
Uses of FreezeCompletionListener in com.swiftmq.swiftlet.threadpool
Methods in com.swiftmq.swiftlet.threadpool with parameters of type FreezeCompletionListener Modifier and Type Method Description voidThreadPool. freeze(FreezeCompletionListener listener)Freezes this pool.
-