org.jwarp.service.work
Interface ITool
- All Known Implementing Classes:
- ATool, TestTool
- public interface ITool
Component interface for a tool. A Tool is a software piece that executes a function such
as sending an email, showing a form or whatever. It is the execution part within the workflow compnent of JWeb.
getName
public java.lang.String getName()
doWork
public void doWork()
throws ToolRunException
stopped
public void stopped()
started
public void started()
getRuntime
public long getRuntime()
getParameters
public Parameter[] getParameters()