com.esri.arcgis.catalog
Interface IGxAGSObject3

All Superinterfaces:
IGxAGSObject, IGxAGSObject2, Serializable
All Known Implementing Classes:
GxAGSCatalog, GxAGSFeatureServer, GxAGSGeoDataServer, GxAGSGeometry, GxAGSGeoprocessing, GxAGSGlobe, GxAGSImage, GxAGSLocator, GxAGSMap, GxAGSWMServer

public interface IGxAGSObject3
extends IGxAGSObject2, 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.
 
Methods inherited from interface com.esri.arcgis.catalog.IGxAGSObject2
getServerObjectType
 
Methods inherited from interface com.esri.arcgis.catalog.IGxAGSObject
editServerObjectProperties, getAGSServerObjectName, getNumInstancesInUse, getNumInstancesRunning, getStatus, setAGSServerObjectNameByRef
 

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.