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.


Method Summary
 void doWork()
           
 java.lang.String getName()
           
 Parameter[] getParameters()
           
 long getRuntime()
           
 void started()
           
 void stopped()
           
 

Method Detail

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()

©   O R C A   S y s t e m s