com.intel.cosbench.model
Interface MissionInfo

All Superinterfaces:
Benchmark, LifeCycle
All Known Implementing Classes:
MissionContext

public interface MissionInfo
extends LifeCycle, Benchmark


Method Summary
 java.util.Date getDate()
           
 java.lang.String getId()
           
 LogManager getLogManager()
           
 Mission getMission()
           
 MissionState getState()
           
 StateInfo[] getStateHistory()
           
 int getWorkerCount()
           
 WorkerInfo[] getWorkerInfos()
           
 
Methods inherited from interface com.intel.cosbench.model.LifeCycle
disposeRuntime
 
Methods inherited from interface com.intel.cosbench.bench.Benchmark
getReport, getSnapshot
 

Method Detail

getId

java.lang.String getId()

getDate

java.util.Date getDate()

getState

MissionState getState()

getStateHistory

StateInfo[] getStateHistory()

getMission

Mission getMission()

getLogManager

LogManager getLogManager()

getWorkerCount

int getWorkerCount()

getWorkerInfos

WorkerInfo[] getWorkerInfos()