Class SingleThreadDaemonFactory
java.lang.Object
org.apache.derby.impl.services.daemon.SingleThreadDaemonFactory
- All Implemented Interfaces:
DaemonFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateNewDaemon
(String name) Create a new DaemonService with the default daemon timer delay.private static ContextService
Privileged lookup of the ContextService.
-
Field Details
-
contextService
-
-
Constructor Details
-
SingleThreadDaemonFactory
public SingleThreadDaemonFactory()
-
-
Method Details
-
createNewDaemon
Description copied from interface:DaemonFactory
Create a new DaemonService with the default daemon timer delay.- Specified by:
createNewDaemon
in interfaceDaemonFactory
-
getContextService
Privileged lookup of the ContextService. Must be private so that user code can't call this entry point.
-