Class TimerLifecycle.DaemonFactory
- java.lang.Object
- 
- org.eclipse.net4j.util.factory.Factory
- 
- org.eclipse.net4j.util.concurrent.TimerLifecycle.DaemonFactory
 
 
- 
- All Implemented Interfaces:
- IFactory
 - Enclosing class:
- TimerLifecycle
 
 public static class TimerLifecycle.DaemonFactory extends Factory - Author:
- Eike Stepper
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringTYPE
 - 
Constructor SummaryConstructors Constructor Description DaemonFactory()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectcreate(java.lang.String name)static TimerLifecyclegetTimer(IManagedContainer container, java.lang.String name)- 
Methods inherited from class org.eclipse.net4j.util.factory.FactorygetDescriptionFor, getKey, getProductGroup, getType, toString
 
- 
 
- 
- 
- 
Field Detail- 
TYPEpublic static final java.lang.String TYPE - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
createpublic java.lang.Object create(java.lang.String name) throws ProductCreationException- Throws:
- ProductCreationException
 
 - 
getTimerpublic static TimerLifecycle getTimer(IManagedContainer container, java.lang.String name) 
 
- 
 
-