com.esri.arcgis.search
Class GPIndexingIssueLogger

java.lang.Object
  extended by com.esri.arcgis.search.GPIndexingIssueLogger
All Implemented Interfaces:
com.esri.arcgis.interop.RemoteObjRef, IGPIndexingIssueLogger, Serializable

public class GPIndexingIssueLogger
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IGPIndexingIssueLogger

Indexing issue logger.

See Also:
Serialized Form

Constructor Summary
GPIndexingIssueLogger()
          Constructs a GPIndexingIssueLogger using ArcGIS Engine.
GPIndexingIssueLogger(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
GPIndexingIssueLogger theGPIndexingIssueLogger = (GPIndexingIssueLogger) obj;
 
Method Summary
 void addUnindexedDataset(String dataset)
          Log dataset that could not be indexed.
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 IStringArray getUnindexedDatasets()
          Datasets that could not be indexed.
 int hashCode()
          the hashcode for this object
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef
getJintegraDispatch, release
 

Constructor Detail

GPIndexingIssueLogger

public GPIndexingIssueLogger()
                      throws IOException,
                             UnknownHostException
Constructs a GPIndexingIssueLogger using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

GPIndexingIssueLogger

public GPIndexingIssueLogger(Object obj)
                      throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
GPIndexingIssueLogger theGPIndexingIssueLogger = (GPIndexingIssueLogger) obj;

Construct a GPIndexingIssueLogger using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to GPIndexingIssueLogger.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

getUnindexedDatasets

public IStringArray getUnindexedDatasets()
                                  throws IOException,
                                         AutomationException
Datasets that could not be indexed.

Specified by:
getUnindexedDatasets in interface IGPIndexingIssueLogger
Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addUnindexedDataset

public void addUnindexedDataset(String dataset)
                         throws IOException,
                                AutomationException
Log dataset that could not be indexed.

Specified by:
addUnindexedDataset in interface IGPIndexingIssueLogger
Parameters:
dataset - The dataset (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.