Package com.intel.cosbench.service

Interface Summary
ControllerService The interface for controller service.
ControllerServiceFactory  
DriverService The interface for driver service.
DriverServiceFactory  
 

Class Summary
AbstractServiceFactory The class abstracts basic methods need for cosbench service.
 

Exception Summary
AbortedException  
CancelledException This exception is used to adapt an interrupted exception that often occurs when a user is canceling a task
IllegalStateException  
UnexpectedException This exception is used to adapt those exceptions that should never occur and thus unexpected to runtime exceptions so that we can IGNORE them in an elegant manner, while normally they will eventually be caught and LOGGED in a top level place.