com.esri.arcgis.geodatabasedistributed
Interface IGeoDataServerObjects

All Superinterfaces:
Serializable
All Known Implementing Classes:
GeoDataServer

public interface IGeoDataServerObjects
extends Serializable

Provides access to fine grained objects that are part of a GeoDataServer.

Remarks

The IGeoDataServerObjects interface allow you to access the fine grained objects that are part of a GeoDataServer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IWorkspace getDefaultWorkingWorkspace()
          The default working workspace for the geodata server.
 

Method Detail

getDefaultWorkingWorkspace

IWorkspace getDefaultWorkingWorkspace()
                                      throws IOException,
                                             AutomationException
The default working workspace for the geodata server.

Remarks

The DefaultWorkingWorkspace method represents the default workspace for the GeoDataServer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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