public class ProcPopulatePipelineParams extends GenericService implements PipelineProcessor
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION |
int |
FAILURE |
int |
SUCCESS |
SERVICE_INFO_KEY
STOP_CHAIN_EXECUTION, STOP_CHAIN_EXECUTION_AND_COMMIT, STOP_CHAIN_EXECUTION_AND_ROLLBACK
DEFAULT_LOG_TRACE_STATUS
DEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS
Constructor and Description |
---|
ProcPopulatePipelineParams()
Creates a new
ProcPopulatePipelineParams instance. |
Modifier and Type | Method and Description |
---|---|
int |
getFailureReturnValue()
Returns property failureReturnValue
|
ServiceMap |
getNucleusComponentParamMap()
Returns property nucleusComponentParamMap
|
java.util.Properties |
getObjectMsgToPipelineParamMap()
Return the ObjectMsgToPipelineParamMap property.
|
int[] |
getRetCodes()
Returns an array of all the return codes that could be returned by this PipelineProcessor.
|
boolean |
getReturnFailureOnPropertyNotFound()
Returns property ReturnFailureOnPropertyNotFound
|
int |
getSuccessReturnValue()
Returns property successReturnValue
|
int |
runProcess(java.lang.Object pParam,
PipelineResult pResult)
This method runs the actual processor and does the work.
|
void |
setFailureReturnValue(int pFailureReturnValue)
Sets property failureReturnValue
|
void |
setNucleusComponentParamMap(ServiceMap pNucleusComponentParamMap)
Sets property nucleusComponentParamMap
|
void |
setObjectMsgToPipelineParamMap(java.util.Properties pObjectMsgToPipelineParamMap)
Set the ObjectMsgToPipelineParamMap property.
|
void |
setReturnFailureOnPropertyNotFound(boolean pReturnFailureOnPropertyNotFound)
Sets property ReturnFailureOnPropertyNotFound
|
void |
setSuccessReturnValue(int pSuccessReturnValue)
Sets property successReturnValue
|
addLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getAdminServletOutputStreamEncoding, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isAdminServletUseServletOutputStream, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, reResolveThis, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setAdminServletOutputStreamEncoding, setAdminServletUseServletOutputStream, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning, setNucleus, setServiceInfo, startService, stopService
vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarning
public static java.lang.String CLASS_VERSION
public final int SUCCESS
public final int FAILURE
public ProcPopulatePipelineParams()
ProcPopulatePipelineParams
instance.public int getSuccessReturnValue()
public void setSuccessReturnValue(int pSuccessReturnValue)
pSuccessReturnValue
- the value to set for property successReturnValuepublic int getFailureReturnValue()
public void setFailureReturnValue(int pFailureReturnValue)
pFailureReturnValue
- the value to set for property failureReturnValuepublic boolean getReturnFailureOnPropertyNotFound()
public void setReturnFailureOnPropertyNotFound(boolean pReturnFailureOnPropertyNotFound)
pReturnFailureOnPropertyNotFound
- the value to set for property ReturnFailureOnPropertyNotFoundpublic java.util.Properties getObjectMsgToPipelineParamMap()
public void setObjectMsgToPipelineParamMap(java.util.Properties pObjectMsgToPipelineParamMap)
pObjectMsgToPipelineParamMap
- public ServiceMap getNucleusComponentParamMap()
public void setNucleusComponentParamMap(ServiceMap pNucleusComponentParamMap)
pNucleusComponentParamMap
- the value to set for property nucleusComponentParamMappublic int[] getRetCodes()
PipelineProcessor
getRetCodes
in interface PipelineProcessor
public int runProcess(java.lang.Object pParam, PipelineResult pResult) throws java.lang.Exception
PipelineProcessor
runProcess
in interface PipelineProcessor
pParam
- an optional user parameterpResult
- the PipelineResult object which is used to return errors or other datajava.lang.Exception