Class SingleThreadDaemonFactory

java.lang.Object
org.apache.derby.impl.services.daemon.SingleThreadDaemonFactory
All Implemented Interfaces:
DaemonFactory

public class SingleThreadDaemonFactory extends Object implements DaemonFactory
  • Field Details

  • Constructor Details

    • SingleThreadDaemonFactory

      public SingleThreadDaemonFactory()
  • Method Details

    • createNewDaemon

      public DaemonService createNewDaemon(String name)
      Description copied from interface: DaemonFactory
      Create a new DaemonService with the default daemon timer delay.
      Specified by:
      createNewDaemon in interface DaemonFactory
    • getContextService

      private static ContextService getContextService()
      Privileged lookup of the ContextService. Must be private so that user code can't call this entry point.