Package org.cip4.jdflib.util.thread


package org.cip4.jdflib.util.thread
  • Class
    Description
    some simple utilities for reflection etc
    class to persist stuff later either an IPersistable or Runnable may be queued
    Interface called by DelayedPersist to physically persist
    class to run multiple tasks in parallel while ensuring that all tasks that belong to one job remain in order
    class to run heavy tasks one at a time
    map of mutexs
    placeholder for future use
    class to run heavy tasks one at a time
    asynchronous janitor class
    interface called by the janitor
    class to retrieve threads
    class that sweeps at a regular interval - useful in case multiple sweepers with differing timing requirements are run
    abstract class to run uninteruptable stuff in an interruptable thread