com.intel.cosbench.protocol
Class LaunchResponse

java.lang.Object
  extended by com.intel.cosbench.protocol.Response
      extended by com.intel.cosbench.protocol.LaunchResponse

public class LaunchResponse
extends Response

The response to launch workload from driver.

Author:
ywang19

Constructor Summary
LaunchResponse()
           
 
Method Summary
 int getInterval()
           
 void setInterval(int interval)
           
 
Methods inherited from class com.intel.cosbench.protocol.Response
getCode, getError, isSucc, setCode, setError, setSucc
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LaunchResponse

public LaunchResponse()
Method Detail

getInterval

public int getInterval()

setInterval

public void setInterval(int interval)