com.esri.arcgis.catalogUI
Interface INetworkConfiguration

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
INetworkConfigurationProxy, NetworkConfiguration

public interface INetworkConfiguration
extends java.io.Serializable

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

Description: 'Provides access to the network configuration.' 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 IID6b564787_0986_4656_bfeb_eaffb5970200
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getStatusDescription()
          The template configuration status description.
 java.lang.String getTargetNamespace()
          The template configuration target namespace.
 java.lang.String getXMLPath()
          The template configuration path.
 java.lang.String getXSDPath()
          The schema definition path.
 boolean isTemplatesValid()
          Indicates if the templates are valid.
 

Field Detail

IID6b564787_0986_4656_bfeb_eaffb5970200

static final int IID6b564787_0986_4656_bfeb_eaffb5970200
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

getXMLPath

java.lang.String getXMLPath()
                            throws java.io.IOException,
                                   AutomationException
The template configuration path.

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

getXSDPath

java.lang.String getXSDPath()
                            throws java.io.IOException,
                                   AutomationException
The schema definition path.

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

getTargetNamespace

java.lang.String getTargetNamespace()
                                    throws java.io.IOException,
                                           AutomationException
The template configuration target namespace.

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

isTemplatesValid

boolean isTemplatesValid()
                         throws java.io.IOException,
                                AutomationException
Indicates if the templates are valid.

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

getStatusDescription

java.lang.String getStatusDescription()
                                      throws java.io.IOException,
                                             AutomationException
The template configuration status description.

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