public class ThreadPoolWorkflowEngineFactory extends Object implements WorkflowEngineFactory
ThreadPoolWorkflowEngines.| Constructor and Description | 
|---|
| ThreadPoolWorkflowEngineFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| WorkflowEngine | createWorkflowEngine()Method which creates  WorkflowEngines. | 
| protected int | getMaxPoolSize() | 
| protected int | getMinPoolSize() | 
| protected int | getQueueSize() | 
| protected URL | getResmgrUrl() | 
| protected long | getThreadKeepAliveMinutes() | 
| protected WorkflowInstanceRepository | getWorkflowInstanceRepository() | 
| protected boolean | isUnlimitedQueue() | 
public WorkflowEngine createWorkflowEngine()
WorkflowEngineFactoryWorkflowEngines.createWorkflowEngine in interface WorkflowEngineFactoryWorkflowEngine interfaceprotected WorkflowInstanceRepository getWorkflowInstanceRepository()
protected URL getResmgrUrl()
protected int getQueueSize()
protected int getMaxPoolSize()
protected int getMinPoolSize()
protected long getThreadKeepAliveMinutes()
protected boolean isUnlimitedQueue()
Copyright © 1999–2017 Apache OODT. All rights reserved.