com.esri.arcgis.catalog
Interface IGxDiskConnection2

All Superinterfaces:
IGxDiskConnection, java.io.Serializable
All Known Implementing Classes:
GxDiskConnection, IGxDiskConnection2Proxy

public interface IGxDiskConnection2
extends IGxDiskConnection, java.io.Serializable

COM Interface 'IGxDiskConnection2'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'

Description: 'Provides access to members that manage properties of GX disk connection.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDc9bb82e5_1801_4ee9_9dff_0eff01a7b016
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.catalog.IGxDiskConnection
IIDbdbbb402_d0b2_11d1_aed9_080009ec734b
 
Method Summary
 boolean isHasCachedChildren()
          Indicates whether the disk connection has children cached.
 void refreshStatus()
          Refresh the disk connection's status (i.e availability).
 

Field Detail

IIDc9bb82e5_1801_4ee9_9dff_0eff01a7b016

static final int IIDc9bb82e5_1801_4ee9_9dff_0eff01a7b016
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isHasCachedChildren

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

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

refreshStatus

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

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