com.sun.faban.harness
Class ParamRepository.HostConfig

java.lang.Object
  extended by com.sun.faban.harness.ParamRepository.HostConfig
Enclosing class:
ParamRepository

public static class ParamRepository.HostConfig
extends Object

HostConfig structure holding a hostConfig element from the config file.


Field Summary
 String[] hosts
           
 int[] numCpus
           
 String tools
           
 String userCommands
           
 
Constructor Summary
ParamRepository.HostConfig()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hosts

public String[] hosts

numCpus

public int[] numCpus

tools

public String tools

userCommands

public String userCommands
Constructor Detail

ParamRepository.HostConfig

public ParamRepository.HostConfig()