org.oddjob.webapp.servlets
Class OddjobRunOrLoad
java.lang.Object
org.oddjob.webapp.servlets.OddjobRunOrLoad
public class OddjobRunOrLoad
- extends Object
Encapsulate run or loading Oddjob.
- Author:
- rob
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OddjobRunOrLoad
public OddjobRunOrLoad(Oddjob oddjob)
- Constructor.
- Parameters:
oddjob
-
runOrLoad
public void runOrLoad(String action)
throws ServletException
- Perform the action. Either run or load.
- Parameters:
action
-
- Throws:
ServletException