com.esri.arcgis.geodatabase
Class RepairConnectivityProgress

java.lang.Object
  extended by com.esri.arcgis.geodatabase.RepairConnectivityProgress
All Implemented Interfaces:
IConnectionPointContainer, IRepairConnectivityProgress, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class RepairConnectivityProgress
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IConnectionPointContainer, IRepairConnectivityProgress

An object for showing progress while repairing connectivity.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

See Also:
Serialized Form

Constructor Summary
RepairConnectivityProgress()
          Constructs a RepairConnectivityProgress using ArcGIS Engine.
RepairConnectivityProgress(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RepairConnectivityProgress theRepairConnectivityProgress = (RepairConnectivityProgress) obj;
 
Method Summary
 void addIRepairConnectivityProgressEventsListener(IRepairConnectivityProgressEvents theListener)
          addIRepairConnectivityProgressEventsListener.
 void enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
          enumConnectionPoints
 boolean equals(Object o)
          Compare this object with another
 void findConnectionPoint(GUID riid, IConnectionPoint[] ppCP)
          findConnectionPoint
static String getClsid()
          getClsid.
 Object getWarnings()
          An array of strings that display errors found while repairing connectivity.
 int hashCode()
          the hashcode for this object
 void removeIRepairConnectivityProgressEventsListener(IRepairConnectivityProgressEvents theListener)
          removeIRepairConnectivityProgressEventsListener.
 
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

RepairConnectivityProgress

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

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

RepairConnectivityProgress

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

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

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

addIRepairConnectivityProgressEventsListener

public void addIRepairConnectivityProgressEventsListener(IRepairConnectivityProgressEvents theListener)
                                                  throws IOException
addIRepairConnectivityProgressEventsListener. Listen to events generated by this class.

Parameters:
theListener - An object that implements the com.esri.arcgis.geodatabase.IRepairConnectivityProgressEvents interface.
Throws:
IOException - If there are communications problems.

removeIRepairConnectivityProgressEventsListener

public void removeIRepairConnectivityProgressEventsListener(IRepairConnectivityProgressEvents theListener)
                                                     throws IOException
removeIRepairConnectivityProgressEventsListener. Stop listening to events generated by this class.

Parameters:
theListener - An object that implements the com.esri.arcgis.geodatabase.IRepairConnectivityProgressEvents interface.
Throws:
IOException - If there are communications problems.

enumConnectionPoints

public void enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
                          throws IOException,
                                 AutomationException
enumConnectionPoints

Description

IConnectionPointContainer is a Microsoft interface. Please refer to MSDN for information about this interface.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
enumConnectionPoints in interface IConnectionPointContainer
Parameters:
ppEnum - A reference to a com.esri.arcgis.display.IEnumConnectionPoints (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findConnectionPoint

public void findConnectionPoint(GUID riid,
                                IConnectionPoint[] ppCP)
                         throws IOException,
                                AutomationException
findConnectionPoint

Description

IConnectionPointContainer is a Microsoft interface. Please refer to MSDN for information about this interface.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
findConnectionPoint in interface IConnectionPointContainer
Parameters:
riid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
ppCP - A reference to a com.esri.arcgis.display.IConnectionPoint (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWarnings

public Object getWarnings()
                   throws IOException,
                          AutomationException
An array of strings that display errors found while repairing connectivity.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
getWarnings in interface IRepairConnectivityProgress
Returns:
A Variant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.