public class ThreadPoolData extends Message
ThreadPoolData is used to hold the variables, which
we are needed to be broadcast for current Queue Status. This is a
simple Bean
ENGINE_DATAFLOW, ENGINE_KAFKA_CONSUMER, ENGINE_TYPE_MSG, MESSAGE_CONTROL_PROCESSEND, MESSAGE_CONTROL_PROCESSSTART, MESSAGE_CONTROL_SHUTDOWN, MESSAGE_DATA, MESSAGE_GET, MESSAGE_HB, MESSAGE_INIT, PARAM_PARENT_DATAFLOW, PARAM_PARENT_SERVICE, PARAM_PARENT_STATUS, PARAM_PARENT_STEPNUMBER, PARAM_ROUTE_FAIL, PARAM_ROUTE_PASS, PROCESSING_STATUS_COMPLETE, PROCESSING_STATUS_RUNNING, PROCESSING_STATUS_START, PROCESSING_STATUS_WAIT, ROUTE_INPROCESS, ROUTE_MESSAGE, TOTAL_ENGINESERROR_CODE_FAILED, ERROR_CODE_SUCCESS, ERROR_CODE_WARNING| Constructor and Description |
|---|
ThreadPoolData(String aServerName,
String aCategory,
String aName,
String aJvmId)
Construct for new queue Data
|
| Modifier and Type | Method and Description |
|---|---|
void |
addTotal() |
int |
getDefError() |
int |
getMax()
This method returns the Maximum
|
int |
getMin()
This method returns the Minimum
|
int |
getTotal() |
void |
setMax(int aMax) |
void |
setMin(int aMin) |
void |
subtractTotal() |
getCurrentDataFlow, getCurrentFailedStepNumber, getCurrentPassedStepNumber, getCurrentService, getCurrentStepNumber, getDataFlowParent, getDataFlowParentService, getDataFlowParentStatus, getDataFlowParentStepNumber, getEndTime, getErrorCode, getErrorMessage, getEventType, getJobIdentifier, getJobIdentifierParent, getJobType, getLastActivityTime, getNextStatusStepNumber, getNextStatusStepNumber, getParam, getParamList, getParams, getPriorDataFlow, getPriorService, getPriorStepNumber, getRoute, getStartTime, getTotalTime, getUniqueId, getUserId, isCurrentServicePass, isMessageComplete, isPriorServicePass, setCurrent, setCurrentDataFlow, setCurrentFailedStepNumber, setCurrentPassedStepNumber, setCurrentService, setCurrentServicePass, setCurrentStepNumber, setDataFlowParent, setDataFlowParentService, setDataFlowParentStatus, setDataFlowParentStepNumber, setEndTime, setErrorCode, setErrorMessage, setEventType, setJobIdentifier, setJobIdentifierParent, setJobType, setLastActivityTime, setMessageComplete, setNextStatusStepNumber, setParam, setParams, setPriorDataFlow, setPriorService, setPriorServicePass, setPriorStepNumber, setRoute, setStartTime, setUserIdpublic ThreadPoolData(String aServerName, String aCategory, String aName, String aJvmId)
aServerName - String Server name for this processaCategory - String Category name for this objectaName - String Service name for this objectaJvmId - String JVM ID for this processpublic int getMin()
public void setMin(int aMin)
public int getMax()
public void setMax(int aMax)
public void addTotal()
public void subtractTotal()
public int getTotal()
public int getDefError()
getDefError in class MessageCopyright © 2020. All rights reserved.