com.esri.arcgis.server
Interface IServerInit

All Superinterfaces:
Serializable
All Known Subinterfaces:
IServerInit2
All Known Implementing Classes:
IServerInitProxy, ServerP

public interface IServerInit
extends Serializable

Server initialization.

Product Availability

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


Method Summary
 void initPrivateServer(String dir)
          Initializes Private Server.
 

Method Detail

initPrivateServer

void initPrivateServer(String dir)
                       throws IOException,
                              AutomationException
Initializes Private Server.

Product Availability

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

Parameters:
dir - The dir (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.