org.eclipse.net4j.util.concurrent
Class TimerLifecycle.DaemonFactory

java.lang.Object
  extended by org.eclipse.net4j.util.factory.Factory
      extended by org.eclipse.net4j.util.concurrent.TimerLifecycle.DaemonFactory
All Implemented Interfaces:
IFactory
Enclosing class:
TimerLifecycle

public static class TimerLifecycle.DaemonFactory
extends Factory


Field Summary
static String TYPE
           
 
Constructor Summary
TimerLifecycle.DaemonFactory()
           
 
Method Summary
 Object create(String name)
           
static TimerLifecycle getTimer(IManagedContainer container, String name)
           
 
Methods inherited from class org.eclipse.net4j.util.factory.Factory
getDescriptionFor, getKey, getProductGroup, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final String TYPE
See Also:
Constant Field Values
Constructor Detail

TimerLifecycle.DaemonFactory

public TimerLifecycle.DaemonFactory()
Method Detail

create

public Object create(String name)
              throws ProductCreationException
Throws:
ProductCreationException

getTimer

public static TimerLifecycle getTimer(IManagedContainer container,
                                      String name)


Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.