com.esri.arcgis.server
Interface IServer

All Superinterfaces:
Serializable
All Known Subinterfaces:
IServer2
All Known Implementing Classes:
IServer2Proxy, IServerProxy, Server, ServerP

public interface IServer
extends Serializable

Provides access to members that connect to a GIS server.

Superseded By

IServer2

When To Use

The IServer interface is intended only for use by the web controls that are included as part of the Application Developer Framework for ArcGIS for Server. To learn more about these controls, refer to the ArcGIS for Server developer documentation.

Product Availability

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


Method Summary
 IServerObjectAdmin getServerObjectAdmin()
          Gets the server object admin for the connected GIS server.
 IServerObjectManager getServerObjectManager()
          Gets the server object manager for the connected GIS server.
 

Method Detail

getServerObjectManager

IServerObjectManager getServerObjectManager()
                                            throws IOException,
                                                   AutomationException
Gets the server object manager for the connected GIS server.

Product Availability

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

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

getServerObjectAdmin

IServerObjectAdmin getServerObjectAdmin()
                                        throws IOException,
                                               AutomationException
Gets the server object admin for the connected GIS server.

Product Availability

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

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