org.apache.derby.impl.services.daemon
Class SingleThreadDaemonFactory

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

public class SingleThreadDaemonFactory
extends java.lang.Object
implements DaemonFactory


Field Summary
private  ContextService contextService
           
 
Constructor Summary
SingleThreadDaemonFactory()
           
 
Method Summary
 DaemonService createNewDaemon(java.lang.String name)
          Create a new DaemonService with the default daemon timer delay.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contextService

private final ContextService contextService
Constructor Detail

SingleThreadDaemonFactory

public SingleThreadDaemonFactory()
Method Detail

createNewDaemon

public DaemonService createNewDaemon(java.lang.String name)
Description copied from interface: DaemonFactory
Create a new DaemonService with the default daemon timer delay.

Specified by:
createNewDaemon in interface DaemonFactory

Built on Thu 2010-12-23 20:49:13+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.