com.sun.faban.harness.tools
Class Statit

java.lang.Object
  extended by com.sun.faban.harness.tools.GenericTool
      extended by 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

Author:
Ramesh Ramachandran
See Also:
GenericTool, Tool

Field Summary
 
Fields inherited from class com.sun.faban.harness.tools.GenericTool
timer
 
Constructor Summary
Statit()
          Deprecated.  
 
Method Summary
 void configure(String toolName, List<String> argList, String path, String outDir, String host, String masterhost, CmdAgentImpl cmdAgent, CountDownLatch latch)
          Deprecated. This is the method that should get the arguments to call the tool with.
protected  void stop(boolean warn)
          Deprecated. This method is responsible for stopping the tool utility.
 
Methods inherited from class com.sun.faban.harness.tools.GenericTool
buildCmd, finish, kill, start, start, start, stop, xferLog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Statit

public Statit()
Deprecated. 
Method Detail

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 start
argList - The tool arguments
path - The path, if any, to find the tool
outDir - The output directory
host - The host to run the tool
masterhost - The Faban master
cmdAgent - The command agent for running commands
latch - 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.