| com.tc.simulator.distrunner.SpecFactory
All known Subclasses: com.tc.simulator.distrunner.SpecFactoryImpl,
SpecFactory | public interface SpecFactory (Code) | | |
Method Summary | |
public ClientSpec | newClientSpec(String hostname, String testHome, int vmCount, int executionCount, List jvmOpts) | public ServerSpec | newServerSpec(String host, String path, int cache, int jmxPort, int dsoPort, List jvmOpts, int type) |
|
|