public class SetOrderProcessor
extends atg.adc.pipeline.ADCEventPipelineProcessor
SubmitOrder
event and stores it into ADCRequestData for further use
by the remaining pipeline processors. The processor extends
atg.adc.pipeline.ADCEventPipelineProcessor class and overrides
its processEvent() method.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
STOP_CHAIN_EXECUTION, STOP_CHAIN_EXECUTION_AND_COMMIT, STOP_CHAIN_EXECUTION_AND_ROLLBACK| Constructor and Description |
|---|
SetOrderProcessor() |
| Modifier and Type | Method and Description |
|---|---|
int |
processEvent(atg.adc.pipeline.ADCPipelineArgs pArgs,
javax.jms.Message pMessage)
Retrieves the submitted order from the
SubmitOrder
event and stores it into ADCRequestData for further
use by the remaining pipeline processors. |
getJMSTypes, getObjectFromMessage, processEvents, setJMSTypes, updateADCDatagetRetCodes, isEnabled, runProcess, setEnabledaddLogListener, 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, stopServicevlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarningpublic static final java.lang.String CLASS_VERSION
public int processEvent(atg.adc.pipeline.ADCPipelineArgs pArgs,
javax.jms.Message pMessage)
SubmitOrder
event and stores it into ADCRequestData for further
use by the remaining pipeline processors.processEvent in class atg.adc.pipeline.ADCEventPipelineProcessorpArgs - The ADCPipelineArgs for this pipeline executionpMessage - A JMS message that matches one of the types in the JMSTypes
property.