public class SingletonTaskFactoryLoader extends java.lang.Object implements ITaskFactoryLoader
| Modifier and Type | Class and Description |
|---|---|
private static class |
SingletonTaskFactoryLoader.ErrorTask
Task used in error situations.
|
| Modifier and Type | Field and Description |
|---|---|
static ITaskFactoryLoader |
SINGLETON
Singleton instance of this class
|
| Modifier | Constructor and Description |
|---|---|
private |
SingletonTaskFactoryLoader()
Private constructor for use by singleton only
|
| Modifier and Type | Method and Description |
|---|---|
ITaskFactory<?> |
load(java.lang.String classname)
Dynamically load an ITaskFactory instance given its class name.
|
public static final ITaskFactoryLoader SINGLETON
private SingletonTaskFactoryLoader()
public ITaskFactory<?> load(java.lang.String classname)
ITaskFactoryLoaderload in interface ITaskFactoryLoaderclassname - The fully qualified class name of the desired ITaskFactory class.