atg.endeca.index
Class EndecaIndexingOutputConfig.ContextStatusReporter

java.lang.Object
  extended by atg.endeca.index.EndecaIndexingOutputConfig.ContextStatusReporter
Enclosing class:
EndecaIndexingOutputConfig

public class EndecaIndexingOutputConfig.ContextStatusReporter
extends java.lang.Object

Return a status reporter that wraps a Context.


Constructor Summary
EndecaIndexingOutputConfig.ContextStatusReporter(atg.repository.search.indexing.Context pContext)
           
 
Method Summary
 int getFailureCount()
          Report the number of items unsuccessfully exported.
 int getSuccessCount()
          Report the number of items successfully exported.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndecaIndexingOutputConfig.ContextStatusReporter

public EndecaIndexingOutputConfig.ContextStatusReporter(atg.repository.search.indexing.Context pContext)
Method Detail

getSuccessCount

public int getSuccessCount()
Report the number of items successfully exported.


getFailureCount

public int getFailureCount()
Report the number of items unsuccessfully exported.