atg.adc
Interface ADCDataReporter

All Known Implementing Classes:
PipelinedDataReporter

public interface ADCDataReporter

This interface will be implemented by an ADC data generator.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 java.lang.String getADCClientName()
          This method returns the unique client name assoicated with this data reporter.
 java.lang.String processADCData(ADCRequestData pRequestData)
          This method will return ADC data that should be inserted into the page.
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

getADCClientName

java.lang.String getADCClientName()
This method returns the unique client name assoicated with this data reporter.


processADCData

java.lang.String processADCData(ADCRequestData pRequestData)
                                throws ADCException
This method will return ADC data that should be inserted into the page.

Throws:
ADCException