com.esri.arcgis.catalog
Interface IGxAGSObject3

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxAGSCatalog, GxAGSGeoDataServer, GxAGSGeometry, GxAGSGeoprocessing, GxAGSImage, GxAGSLocator, GxAGSMap

public interface IGxAGSObject3
extends Serializable

Provides access to members of GxObject that represents a ArcGIS Server (AGS) object.

Description

This interface is new at ArcGIS 9.3.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IServerObjectConfiguration getServerObjectConfiguration()
          Server Object Configuration.
 

Method Detail

getServerObjectConfiguration

IServerObjectConfiguration getServerObjectConfiguration()
                                                        throws IOException,
                                                               AutomationException
Server Object Configuration.

Product Availability

Available with ArcGIS Desktop.

Returns:
A reference to a com.esri.arcgis.server.IServerObjectConfiguration
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.