com.esri.arcgis.server
Interface IServer2

All Superinterfaces:
IServer, Serializable
All Known Implementing Classes:
IServer2Proxy, Server

public interface IServer2
extends IServer, Serializable

Provides access to methods that connect a specified user to an ArcGIS server.

Description

This interface is new at ArcGIS 9.3. It supersedes IServer.

When To Use

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

Product Availability

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


Method Summary
 IServerObjectManager getServerObjectManager2(String userInfo)
          Gets the server objcet manager of the connected ArcGIS server for the user specified by userInfo.
 
Methods inherited from interface com.esri.arcgis.server.IServer
getServerObjectAdmin, getServerObjectManager
 

Method Detail

getServerObjectManager2

IServerObjectManager getServerObjectManager2(String userInfo)
                                             throws IOException,
                                                    AutomationException
Gets the server objcet manager of the connected ArcGIS server for the user specified by userInfo.

Product Availability

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

Parameters:
userInfo - The userInfo (in)
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.