|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.nucleus.logging.VariableArgumentApplicationLoggingImpl
atg.nucleus.GenericService
atg.adc.pipeline.PipelinedDataReporter
public class PipelinedDataReporter
This implementation of ADCDataReporter will determine the ADC data by executing a pipeline.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
protected static java.util.ResourceBundle |
sResourceBundle
Resource Bundle |
| Fields inherited from class atg.nucleus.GenericService |
|---|
SERVICE_INFO_KEY |
| Fields inherited from interface atg.nucleus.logging.TraceApplicationLogging |
|---|
DEFAULT_LOG_TRACE_STATUS |
| Fields inherited from interface atg.nucleus.logging.ApplicationLogging |
|---|
DEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS |
| Constructor Summary | |
|---|---|
PipelinedDataReporter()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class atg.nucleus.logging.VariableArgumentApplicationLoggingImpl |
|---|
vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CLASS_VERSION
protected static java.util.ResourceBundle sResourceBundle
| Constructor Detail |
|---|
public PipelinedDataReporter()
| Method Detail |
|---|
public void setADCClientName(java.lang.String pADCClientName)
pADCClientName - The name of the ADC clientpublic java.lang.String getADCClientName()
ADCDataReporter
getADCClientName 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 pipeline
pPipelineArgsClass - 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 pipeline
public java.lang.String processADCData(ADCRequestData pRequestData)
throws ADCException
processADCData in interface ADCDataReporterpRequestData - The request scoped collection of data seen in this request
ADCException
public 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 request
ADCException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||