public class ThreadPoolWorkflowEngineFactory extends Object implements WorkflowEngineFactory
ThreadPoolWorkflowEngine
s.Constructor and Description |
---|
ThreadPoolWorkflowEngineFactory() |
Modifier and Type | Method and Description |
---|---|
WorkflowEngine |
createWorkflowEngine()
Method which creates
WorkflowEngine s. |
protected int |
getMaxPoolSize() |
protected int |
getMinPoolSize() |
protected int |
getQueueSize() |
protected URL |
getResmgrUrl() |
protected long |
getThreadKeepAliveMinutes() |
protected WorkflowInstanceRepository |
getWorkflowInstanceRepository() |
protected boolean |
isUnlimitedQueue() |
public WorkflowEngine createWorkflowEngine()
WorkflowEngineFactory
WorkflowEngine
s.createWorkflowEngine
in interface WorkflowEngineFactory
WorkflowEngine
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.