public abstract class AbstractAnalysisService extends AbstractService implements ServiceStatus, ServiceInitializer
Modifier and Type | Field and Description |
---|---|
protected int |
bufSize |
protected List<String> |
cmdArray |
protected String |
cmdLine |
protected String |
delimiterIn |
protected String |
delimiterOut |
protected boolean |
delLastNewline |
protected String |
directory |
protected Map<String,String> |
environment |
protected boolean |
includeDelim |
protected int |
initPoolSize |
protected int |
pollTimeOut |
protected int |
poolSize |
protected int |
restartWait |
protected int |
startWait |
protected int |
timeOut |
protected boolean |
useEnvLineSeparator |
Constructor and Description |
---|
AbstractAnalysisService() |
getComponentServiceFactory, getFile, getServiceName, setComponentServiceFactory, setServiceName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStatus
init
protected String cmdLine
protected int poolSize
protected String directory
protected String delimiterIn
protected String delimiterOut
protected boolean useEnvLineSeparator
protected boolean delLastNewline
protected boolean includeDelim
protected int initPoolSize
protected int timeOut
protected int startWait
protected int restartWait
protected int bufSize
protected int pollTimeOut
public String getCmdLine()
public void setCmdLine(String cmdLine)
public String getDelimiterIn()
public void setDelimiterIn(String delimiterIn)
public String getDelimiterOut()
public void setDelimiterOut(String delimiterOut)
public boolean isUseEnvLineSeparator()
public void setUseEnvLineSeparator(boolean useEnvLineSeparator)
public boolean isDelLastNewline()
public void setDelLastNewline(boolean delLastNewline)
public boolean isIncludeDelim()
public void setIncludeDelim(boolean includeDelim)
public int getPollTimeOut()
public void setPollTimeOut(int pollTimeOut)
public int getPoolSize()
public void setPoolSize(int poolSize)
public int getInitPoolSize()
public void setInitPoolSize(int initPoolSize)
public int getTimeOut()
public void setTimeOut(int timeOut)
public int getStartWait()
public void setStartWait(int startWait)
public int getRestartWait()
public void setRestartWait(int restartWait)
public int getBufSize()
public void setBufSize(int bufSize)
public String getDirectory()
public void setDirectory(String directory)
Copyright (C) 2014 Information Analysis Laboratory, NICT
RaSC is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 2.1 of the License, or (at your option) any later version.
RaSC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see (http://www.gnu.org/licenses/) .