com.intel.cosbench.service
Class AbstractServiceFactory

java.lang.Object
  extended by com.intel.cosbench.service.AbstractServiceFactory
Direct Known Subclasses:
COSBControllerServiceFactory, COSBDriverServiceFactory

public abstract class AbstractServiceFactory
extends java.lang.Object

The class abstracts basic methods need for cosbench service.

Author:
ywang19

Constructor Summary
AbstractServiceFactory()
           
 
Method Summary
 void init()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractServiceFactory

public AbstractServiceFactory()
Method Detail

init

public void init()
          throws java.lang.Exception
Throws:
java.lang.Exception