Package com.logicaldoc.core.threading
Some utility objects for threads and executions
- Since:
- 8.5.3
-
Interface Summary Interface Description NotifyingThread.ThreadCompleteListener Interface to be implemented by the listeners -
Class Summary Class Description NamedThreadFactory This thread factory acts likeExecutors.defaultThreadFactory()
but gives a name prefix to the new thread.NotifyingThread A Thread that notifies it's listeners about the end of the elaboration and also measures the execution time.ThreadPools A factory for thread pools.