com.esri.arcgis.catalog
Interface IGxAGSObject2

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

public interface IGxAGSObject2
extends IGxAGSObject, Serializable

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

Product Availability

Available with ArcGIS Desktop.


Method Summary
 String getServerObjectType()
          Name of Server Object Type.
 
Methods inherited from interface com.esri.arcgis.catalog.IGxAGSObject
editServerObjectProperties, getAGSServerObjectName, getNumInstancesInUse, getNumInstancesRunning, getStatus, setAGSServerObjectNameByRef
 

Method Detail

getServerObjectType

String getServerObjectType()
                           throws IOException,
                                  AutomationException
Name of Server Object Type.

Product Availability

Available with ArcGIS Desktop.

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