com.esri.arcgis.catalogUI
Interface INetworkConfiguration

All Superinterfaces:
Serializable
All Known Implementing Classes:
NetworkConfiguration

public interface INetworkConfiguration
extends Serializable

Provides access to the network configuration.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 String getStatusDescription()
          The template configuration status description.
 String getTargetNamespace()
          The template configuration target namespace.
 String getXMLPath()
          The template configuration path.
 String getXSDPath()
          The schema definition path.
 boolean isTemplatesValid()
          Indicates if the templates are valid.
 

Method Detail

getXMLPath

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

Product Availability

Available with ArcGIS Desktop.

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

getXSDPath

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

Product Availability

Available with ArcGIS Desktop.

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

getTargetNamespace

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

Product Availability

Available with ArcGIS Desktop.

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

isTemplatesValid

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

Product Availability

Available with ArcGIS Desktop.

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

getStatusDescription

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

Product Availability

Available with ArcGIS Desktop.

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