public class ActionLoader extends GenericLoader<Action> implements Loader<Action>
ab
Modifier and Type | Method and Description |
---|---|
void |
exec(PipelineData pipelineData,
String name)
Attempts to load and execute the external action.
|
Action |
getAssembler(String name)
Pulls out an instance of the object by name.
|
int |
getCacheSize()
Get the size of a possibly configured cache
|
static ActionLoader |
getInstance()
The method through which this class is accessed.
|
getAssembler, getBasePackage, getPackages, reload, setReload
public void exec(PipelineData pipelineData, String name) throws Exception
exec
in class GenericLoader<Action>
pipelineData
- Turbine information.name
- Name of object that will execute the action.Exception
- a generic exception.public Action getAssembler(String name) throws Exception
getAssembler
in interface Loader<Action>
name
- Name of object instance.Exception
- a generic exception.public int getCacheSize()
Loader
getCacheSize
in interface Loader<Action>
Loader.getCacheSize()
public static ActionLoader getInstance()
Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.