org.apache.oodt.cas.workflow.engine
Class ThreadPoolWorkflowEngineFactory

java.lang.Object
  extended by 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 ThreadPoolWorkflowEngines.

.
Author:
mattmann

Constructor Summary
ThreadPoolWorkflowEngineFactory()
           
 
Method Summary
 WorkflowEngine createWorkflowEngine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadPoolWorkflowEngineFactory

public ThreadPoolWorkflowEngineFactory()
                                throws InstantiationException
Throws:
InstantiationException
Method Detail

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.