com.intel.cosbench.controller.service
Class COSBControllerServiceFactory

java.lang.Object
  extended by com.intel.cosbench.service.AbstractServiceFactory
      extended by com.intel.cosbench.controller.service.COSBControllerServiceFactory
All Implemented Interfaces:
ControllerServiceFactory

public class COSBControllerServiceFactory
extends AbstractServiceFactory
implements ControllerServiceFactory


Constructor Summary
COSBControllerServiceFactory()
           
 
Method Summary
 ControllerService getControllerService()
           
 
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

COSBControllerServiceFactory

public COSBControllerServiceFactory()
Method Detail

getControllerService

public ControllerService getControllerService()
Specified by:
getControllerService in interface ControllerServiceFactory