atg.endeca.index
Class LocaledExporter.MinimalBulkLoaderResults

java.lang.Object
  extended by atg.repository.search.indexing.AbstractLoaderResults
      extended by atg.repository.search.indexing.BulkLoaderResults
          extended by atg.endeca.index.LocaledExporter.MinimalBulkLoaderResults
All Implemented Interfaces:
atg.repository.search.indexing.LoaderResults, java.io.Serializable
Enclosing class:
LocaledExporter

public static class LocaledExporter.MinimalBulkLoaderResults
extends atg.repository.search.indexing.BulkLoaderResults

Extends BulkLoaderResults with a minimal implemental that accepts a boolean "successful" flag..

See Also:
Serialized Form

Field Summary
 
Fields inherited from class atg.repository.search.indexing.BulkLoaderResults
CLASS_VERSION
 
Constructor Summary
LocaledExporter.MinimalBulkLoaderResults(boolean pSuccessful)
           
 
Method Summary
 int getGeneration()
           
 boolean isSuccessful()
           
 
Methods inherited from class atg.repository.search.indexing.BulkLoaderResults
isBulkLoadUnnecessary, setBulkLoadUnnecessary, toString
 
Methods inherited from class atg.repository.search.indexing.AbstractLoaderResults
getIndexInfo, setIndexInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocaledExporter.MinimalBulkLoaderResults

public LocaledExporter.MinimalBulkLoaderResults(boolean pSuccessful)
Method Detail

isSuccessful

public boolean isSuccessful()
Specified by:
isSuccessful in interface atg.repository.search.indexing.LoaderResults
Overrides:
isSuccessful in class atg.repository.search.indexing.BulkLoaderResults

getGeneration

public int getGeneration()
Overrides:
getGeneration in class atg.repository.search.indexing.BulkLoaderResults