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, java.io.Serializable

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

COM Class 'RepairConnectivityProgress'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description 'An object for showing progress while repairing connectivity.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.display.IConnectionPointContainer
IID, IIDb196b284_bab4_101a_b69c_00aa00341d07, xxDummy
 
Fields inherited from interface com.esri.arcgis.geodatabase.IRepairConnectivityProgress
IID, IIDeae208a2_2cba_4bb6_a854_b05d389aa798, xxDummy
 
Constructor Summary
RepairConnectivityProgress()
          Constructs a RepairConnectivityProgress using ArcGIS Engine.
RepairConnectivityProgress(java.lang.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(java.lang.Object o)
          Compare this object with another
 void findConnectionPoint(GUID riid, IConnectionPoint[] ppCP)
          findConnectionPoint
static java.lang.String getClsid()
          getClsid.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 java.lang.Object getWarnings()
          An array of strings that display errors found while repairing connectivity.
 int hashCode()
          the hashcode for this object
 void release()
          Release a RepairConnectivityProgress.
 void removeIRepairConnectivityProgressEventsListener(IRepairConnectivityProgressEvents theListener)
          removeIRepairConnectivityProgressEventsListener.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepairConnectivityProgress

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

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

RepairConnectivityProgress

public RepairConnectivityProgress(java.lang.Object obj)
                           throws java.io.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:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

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

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

addIRepairConnectivityProgressEventsListener

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

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

removeIRepairConnectivityProgressEventsListener

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

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

release

public void release()
Release a RepairConnectivityProgress.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

enumConnectionPoints

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

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

findConnectionPoint

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

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWarnings

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

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