| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geodatabase.RepairConnectivityProgress
public class RepairConnectivityProgress
An object for showing progress while repairing connectivity.
| 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 | 
|---|
public RepairConnectivityProgress()
                           throws IOException,
                                  UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public RepairConnectivityProgress(Object obj)
                           throws IOException
 RepairConnectivityProgress theRepairConnectivityProgress = (RepairConnectivityProgress) obj;
obj to RepairConnectivityProgress.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail | 
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void addIRepairConnectivityProgressEventsListener(IRepairConnectivityProgressEvents theListener)
                                                  throws IOException
theListener - An object that implements the com.esri.arcgis.geodatabase.IRepairConnectivityProgressEvents  interface.
IOException - If there are communications problems.
public void removeIRepairConnectivityProgressEventsListener(IRepairConnectivityProgressEvents theListener)
                                                     throws IOException
theListener - An object that implements the com.esri.arcgis.geodatabase.IRepairConnectivityProgressEvents  interface.
IOException - If there are communications problems.
public void enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
                          throws IOException,
                                 AutomationException
IConnectionPointContainer is a Microsoft interface. Please refer to MSDN for information about this interface.
enumConnectionPoints in interface IConnectionPointContainerppEnum - A reference to a com.esri.arcgis.display.IEnumConnectionPoints  (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void findConnectionPoint(GUID riid,
                                IConnectionPoint[] ppCP)
                         throws IOException,
                                AutomationException
IConnectionPointContainer is a Microsoft interface. Please refer to MSDN for information about this interface.
findConnectionPoint in interface IConnectionPointContainerriid - 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)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getWarnings()
                   throws IOException,
                          AutomationException
getWarnings in interface IRepairConnectivityProgressIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||