public class PipelinedDataReporter extends GenericService implements ADCDataReporter
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
protected static java.util.ResourceBundle |
sResourceBundle
Resource Bundle
|
SERVICE_INFO_KEYDEFAULT_LOG_TRACE_STATUSDEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS| Constructor and Description |
|---|
PipelinedDataReporter() |
| Modifier and Type | Method and Description |
|---|---|
ADCPipelineArgs |
createPipelineArgs(ADCRequestData pRequestData)
Create the argument class that gets passed into the pipeline
By default, this creates an instance of
atg.adc.pipeline.ADCPipelineArgs. |
java.lang.String |
getADCClientName()
This method returns the unique client name assoicated with this data reporter.
|
java.lang.String |
getPipelineArgsClass() |
PipelineManager |
getPipelineManager() |
java.lang.String |
getProcessADCDataChainName() |
java.lang.String |
processADCData(ADCRequestData pRequestData)
Execute the chain.
|
void |
setADCClientName(java.lang.String pADCClientName)
The name of the ADC client, unique among all clients
|
void |
setPipelineArgsClass(java.lang.String pPipelineArgsClass)
The
atg.adc.pipeline.ADCPipelineArgs that should be
passed to each pipeline |
void |
setPipelineManager(PipelineManager pPipelineManager)
The pipeline manager that is configured with the relevant pipeline chains
|
void |
setProcessADCDataChainName(java.lang.String pProcessADCDataChainName)
The name of the pipeline chain that is used to process the ADC data
|
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, 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
protected static java.util.ResourceBundle sResourceBundle
public void setADCClientName(java.lang.String pADCClientName)
pADCClientName - The name of the ADC clientpublic java.lang.String getADCClientName()
ADCDataReportergetADCClientName in interface ADCDataReporterpublic void setPipelineManager(PipelineManager pPipelineManager)
pPipelineManager - The pipeline manager that is configured with the
relevant pipeline chainspublic PipelineManager getPipelineManager()
public void setProcessADCDataChainName(java.lang.String pProcessADCDataChainName)
pProcessADCDataChainName - The name of the pipeline chain that is
used to process the ADC datapublic java.lang.String getProcessADCDataChainName()
public void setPipelineArgsClass(java.lang.String pPipelineArgsClass)
atg.adc.pipeline.ADCPipelineArgs that should be
passed to each pipelinepPipelineArgsClass - The atg.adc.pipeline.ADCPipelineArgs \
that should be passed to each pipelinepublic java.lang.String getPipelineArgsClass()
atg.adc.pipeline.ADCPipelineArgs that should be
passed to each pipelinepublic java.lang.String processADCData(ADCRequestData pRequestData) throws ADCException
processADCData in interface ADCDataReporterpRequestData - The request scoped collection of data seen in this requestADCExceptionpublic ADCPipelineArgs createPipelineArgs(ADCRequestData pRequestData) throws ADCException
atg.adc.pipeline.ADCPipelineArgs. However, you
can set pipelineArgsClass to a subclass of ADCPipelineArgs
if you want to use something else.pRequestData - The request scoped data for this requestADCException