it.eng.spago.workflow.shark.impl
Class SharkWorkflowEngineFactoryImpl

java.lang.Object
  extended by it.eng.spago.workflow.shark.impl.SharkWorkflowEngineFactoryImpl

public class SharkWorkflowEngineFactoryImpl
extends java.lang.Object

Author:
zoppello This is the implementation of the IWorkflowEngineFactory to istantiate a local Shark Engine

Constructor Summary
SharkWorkflowEngineFactoryImpl()
           
 
Method Summary
 IWorkflowEngine getWorkflowEngine()
           
 IWorkflowEngine getWorkflowEngine(java.lang.String configFilePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SharkWorkflowEngineFactoryImpl

public SharkWorkflowEngineFactoryImpl()
Method Detail

getWorkflowEngine

public IWorkflowEngine getWorkflowEngine()
See Also:
it.eng.spago.workflow.api.IWorkflowEngineFactory#getWorkflowEngine()

getWorkflowEngine

public IWorkflowEngine getWorkflowEngine(java.lang.String configFilePath)
See Also:
it.eng.spago.workflow.api.IWorkflowEngineFactory#getWorkflowEngine(java.lang.String)