com.intel.cosbench.driver.service
Class COSBDriverServiceFactory

java.lang.Object
  extended by com.intel.cosbench.service.AbstractServiceFactory
      extended by com.intel.cosbench.driver.service.COSBDriverServiceFactory
All Implemented Interfaces:
DriverServiceFactory

public class COSBDriverServiceFactory
extends AbstractServiceFactory
implements DriverServiceFactory


Constructor Summary
COSBDriverServiceFactory()
           
 
Method Summary
 DriverService getDriverService()
           
 void setAuthAPIs(AuthAPIService authAPIs)
           
 void setStorageAPIs(StorageAPIService storageAPIs)
           
 
Methods inherited from class com.intel.cosbench.service.AbstractServiceFactory
init
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

COSBDriverServiceFactory

public COSBDriverServiceFactory()
Method Detail

setAuthAPIs

public void setAuthAPIs(AuthAPIService authAPIs)

setStorageAPIs

public void setStorageAPIs(StorageAPIService storageAPIs)

getDriverService

public DriverService getDriverService()
Specified by:
getDriverService in interface DriverServiceFactory