|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.jwarp.service.work.ATool
| Field Summary | |
protected long |
effectiveEnd
|
protected long |
effectiveStart
|
protected java.lang.String |
name
|
protected long |
runTime
|
| Constructor Summary | |
ATool(java.lang.String name)
|
|
| Method Summary | |
abstract void |
doWork()
Run the tool using the concrete parameters passed. |
java.lang.String |
getName()
|
long |
getRuntime()
|
void |
started()
|
void |
stopped()
|
| Methods inherited from class java.lang.Object |
|
| Methods inherited from interface org.jwarp.service.work.ITool |
getParameters |
| Field Detail |
protected java.lang.String name
protected long runTime
protected long effectiveStart
protected long effectiveEnd
| Constructor Detail |
public ATool(java.lang.String name)
| Method Detail |
public java.lang.String getName()
getName in interface ITool
public abstract void doWork()
throws ToolRunException
doWork in interface IToolpublic void started()
started in interface IToolpublic void stopped()
stopped in interface IToolpublic long getRuntime()
getRuntime in interface ITool
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||