org.apache.oodt.cas.workflow.engine
Class ThreadPoolWorkflowEngineFactory
java.lang.Object
org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngineFactory
- All Implemented Interfaces:
- WorkflowEngineFactory
public class ThreadPoolWorkflowEngineFactory
- extends Object
- implements WorkflowEngineFactory
- Version:
- $Revision$
A Factory class for creating ThreadPoolWorkflowEngine
s.
.
- Author:
- mattmann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadPoolWorkflowEngineFactory
public ThreadPoolWorkflowEngineFactory()
throws InstantiationException
- Throws:
InstantiationException
createWorkflowEngine
public WorkflowEngine createWorkflowEngine()
- Specified by:
createWorkflowEngine
in interface WorkflowEngineFactory
- Returns:
- An implementation of the
WorkflowEngine
interface.
Copyright © 1999-2011 Apache OODT. All Rights Reserved.