com.esri.arcgis.catalog
Interface IGxDiskConnection2

All Superinterfaces:
IGxDiskConnection, Serializable
All Known Implementing Classes:
GxDiskConnection

public interface IGxDiskConnection2
extends IGxDiskConnection, Serializable

Provides access to members that manage properties of GX disk connection.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 boolean isHasCachedChildren()
          Indicates whether the disk connection has children cached.
 void refreshStatus()
          Refresh the disk connection's status (i.e availability).
 

Method Detail

isHasCachedChildren

boolean isHasCachedChildren()
                            throws IOException,
                                   AutomationException
Indicates whether the disk connection has children cached.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
The hasCachedChildren
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

refreshStatus

void refreshStatus()
                   throws IOException,
                          AutomationException
Refresh the disk connection's status (i.e availability).

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.