Class CleanUpExecutorFactory


  • public abstract class CleanUpExecutorFactory
    extends java.lang.Object
    A service to clean up created resources.
    • Field Detail

      • LOGGER

        private static final java.util.logging.Logger LOGGER
    • Constructor Detail

      • CleanUpExecutorFactory

        protected CleanUpExecutorFactory()
        Default constructor
    • Method Detail

      • newInstance

        public static CleanUpExecutorFactory newInstance()
        Lookup CleanUpExecutorFactory using ServiceLoader
        Returns:
        CleanUpExecutorFactory or null if not found
      • getScheduledExecutorService

        public abstract java.util.concurrent.ScheduledExecutorService getScheduledExecutorService()
        Return ScheduledExecutorService
        Returns:
        ScheduledExecutorService