A B C D E F G H I L M N O P R S T U W 
All Classes All Packages

U

uncaughtException(Thread, Throwable) - Method in class com.github.javinator9889.threading.threads.notifyingthread.NotifyingThread
Method invoked when the given thread terminates due to the given uncaught exception.
updateConcurrentThreadsRunning(int) - Method in class com.github.javinator9889.threading.pools.ThreadsPooling
It sets the new amount of threads that can be concurrently running at the same time.
updateKeepAliveTime(long) - Method in class com.github.javinator9889.threading.pools.ThreadsPooling
It updates the default keep alive time by the provided one, using by default milliseconds.
updateKeepAliveTime(long, TimeUnit) - Method in class com.github.javinator9889.threading.pools.ThreadsPooling
It updates the default keep alive time by the provided one, using the also included time unit.
updateMaximumActiveThreads(int) - Method in class com.github.javinator9889.threading.pools.ThreadsPooling
It sets the maximum new amount of threads that can be concurrently running at the same time.
updateRejectedExecutionHandler(RejectedExecutionHandler) - Method in class com.github.javinator9889.threading.pools.ThreadsPooling
Updates the rejected execution handler.
updateThreadFactory(ThreadFactory) - Method in class com.github.javinator9889.threading.pools.ThreadsPooling
Updates the thread factory used when creating threads.
A B C D E F G H I L M N O P R S T U W 
All Classes All Packages