com.sun.faban.harness.tools
Class Statit
java.lang.Object
com.sun.faban.harness.tools.GenericTool
com.sun.faban.harness.tools.Statit
- All Implemented Interfaces:
- Tool
Deprecated.
@Deprecated
public class Statit
- extends GenericTool
Statit is a wrapper for the statit utility.
Currently, it only supports the -x and -y options
- It implements the Tool interface by extending GenericTool
- Author:
- Ramesh Ramachandran
- See Also:
GenericTool,
Tool
|
Constructor Summary |
Statit()
Deprecated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Statit
public Statit()
- Deprecated.
configure
public void configure(String toolName,
List<String> argList,
String path,
String outDir,
String host,
String masterhost,
CmdAgentImpl cmdAgent,
CountDownLatch latch)
- Deprecated.
- Description copied from class:
GenericTool
- This is the method that should get the arguments to
call the tool with.
- Specified by:
configure in interface Tool- Overrides:
configure in class GenericTool
- Parameters:
toolName - The tool to startargList - The tool argumentspath - The path, if any, to find the tooloutDir - The output directoryhost - The host to run the toolmasterhost - The Faban mastercmdAgent - The command agent for running commandslatch - Latch set when tool is done
stop
protected void stop(boolean warn)
- Deprecated.
- Description copied from class:
GenericTool
- This method is responsible for stopping the tool utility.
- Overrides:
stop in class GenericTool
- Parameters:
warn - Whether to warn if the tool already ended.