org.apache.oodt.cas.workflow.instrepo
Class LuceneWorkflowInstanceRepositoryFactory

java.lang.Object
  extended by org.apache.oodt.cas.workflow.instrepo.LuceneWorkflowInstanceRepositoryFactory
All Implemented Interfaces:
WorkflowInstanceRepositoryFactory

public class LuceneWorkflowInstanceRepositoryFactory
extends Object
implements WorkflowInstanceRepositoryFactory

Version:
$Revision$

A Factory class for creating LuceneWorkflowEngines.

.
Author:
mattmann

Constructor Summary
LuceneWorkflowInstanceRepositoryFactory()
           
 
Method Summary
 WorkflowInstanceRepository createInstanceRepository()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LuceneWorkflowInstanceRepositoryFactory

public LuceneWorkflowInstanceRepositoryFactory()
                                        throws InstantiationException
Throws:
InstantiationException
Method Detail

createInstanceRepository

public WorkflowInstanceRepository createInstanceRepository()
Specified by:
createInstanceRepository in interface WorkflowInstanceRepositoryFactory
Returns:
An implementation of the WorkflowInstanceRepository interface.


Copyright © 1999-2011 Apache OODT. All Rights Reserved.