Package com.logicaldoc.core.threading


package com.logicaldoc.core.threading
Some utility objects for threads and executions
Since:
8.5.3
  • Class
    Description
    A callable that is identified by a unique name and whose running statyus is monitorable
    This thread factory acts like Executors.defaultThreadFactory() but gives a name prefix to the new thread.
    A Thread that notifies it's listeners about the end of the elaboration and also measures the execution time.
    Interface to be implemented by the listeners
    An error happened accessing a thread pool
    A factory for thread pools.