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

java.lang.Object
  extended by org.apache.oodt.cas.workflow.engine.NonBlockingThreadPoolWorkflowEngineFactory
All Implemented Interfaces:
WorkflowEngineFactory

public class NonBlockingThreadPoolWorkflowEngineFactory
extends Object
implements WorkflowEngineFactory

Version:
$Revision$

A Factory class for creating NonBlockingThreadPoolWorkflowEngines.

.
Author:
woollard

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

Constructor Detail

NonBlockingThreadPoolWorkflowEngineFactory

public NonBlockingThreadPoolWorkflowEngineFactory()
                                           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.