public class ScriptExecutorProcess extends BaseInProcess<Record> implements org.springframework.beans.factory.BeanFactoryAware
| Constructor and Description |
|---|
ScriptExecutorProcess() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
destroy() |
ExecutorService |
getExecutor() |
int |
getMaxConcurrentScripts() |
Map<String,String> |
getParameters() |
String |
getScript() |
protected void |
postRun(Channel<Record> in) |
protected void |
process(Channel<Record> in,
Record object) |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
void |
setExecutor(ExecutorService executor) |
void |
setMaxConcurrentScripts(int maxConcurrentScripts) |
void |
setParameters(Map<String,String> parameters) |
void |
setScript(String script) |
preRun, rungetIn, getInBufferSize, init, run, setIn, setInBufferSizegetBeanName, getProcessNetwork, setBeanName, setProcessNetwork, stop, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBeanName, getProcessNetwork, setProcessNetworkprotected void destroy()
destroy in class AbstractInProcess<Record>public ExecutorService getExecutor()
public int getMaxConcurrentScripts()
public String getScript()
protected void postRun(Channel<Record> in)
postRun in class BaseInProcess<Record>protected void process(Channel<Record> in, Record object)
process in class BaseInProcess<Record>public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionpublic void setExecutor(ExecutorService executor)
public void setMaxConcurrentScripts(int maxConcurrentScripts)
public void setScript(String script)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.