The purpose of this class is to allow one to load and execute
Action modules.
author: Dave Bryson author: Henning P. Schmiedehausen version: $Id: ActionLoader.java 534527 2007-05-02 16:10:59Z tv $
Method Summary
public void
exec(RunData data, String name) Attempts to load and execute the external action.
Attempts to load and execute the external action.
Parameters: data - Turbine information. Parameters: name - Name of object that will execute the action. exception: Exception - a generic exception.
Pulls out an instance of the object by name. Name is just the
single name of the object.
Parameters: name - Name of object instance. An Action with the specified name, or null. exception: Exception - a generic exception.