com.raritantechnologies.verity.profiler
Class ProfilerGatewayOutputProcessor
java.lang.Object
com.raritantechnologies.searchApp.dataCollection.GatewayProcessorFilter
com.raritantechnologies.verity.profiler.ProfilerGatewayOutputProcessor
- All Implemented Interfaces:
- ICollectionIndexer, IConfigurable, IGatewayOutputProcessor, IResultSetProcessor
- public class ProfilerGatewayOutputProcessor
- extends GatewayProcessorFilter
Uses a Verity Profiler to process data in a Collection processing stream.
XML Configuration Template:
<GatewayOutputProcessor class="com.raritantechnologies.verity.profiler.ProfilerGatewayOutputProcessor"
userName="[userName for profiler login]"
password="[password for profiler login]" >
<ProfilerFilter serverSpec=" " profileAlias=" " />
<OutputProcessor class="[ class of com.raritantechnologies.searchApp.dataCollection.IGatewayOutputProcessor ]" >
<!-- The Real output processor stuff . . . -->
</OutputProcessor>
</GatewayOutputProcessor>
Developed by
Raritan Technologies .
- Author:
- Ted Sullivan
| Methods inherited from class com.raritantechnologies.searchApp.dataCollection.GatewayProcessorFilter |
addOutputProcessor, addPostProcessor, dataComplete, filterResultSet, getConfigurationXML, initialize, initialize, processData, processResultSet, sendToOutput, setIndexMode, setResultMatcher, setUserMatcher |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProfilerGatewayOutputProcessor
public ProfilerGatewayOutputProcessor()
filterData
protected IResultSet filterData(IResultSet data)
- Overrides:
filterData in class GatewayProcessorFilter
initialize
public void initialize(org.w3c.dom.Element outputProcElem,
ISearchFieldMap sfMap)
- Initialize the GatewayOutputProcessor from XML Element.
- Specified by:
initialize in interface IGatewayOutputProcessor- Overrides:
initialize in class GatewayProcessorFilter