public interface ADCDataReporter
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
static final java.lang.String CLASS_VERSION
java.lang.String getADCClientName()
java.lang.String processADCData(ADCRequestData pRequestData) throws atg.adc.ADCException
atg.adc.ADCException