com.esri.arcgis.server
Interface IServerInit2

All Superinterfaces:
IServerInit, Serializable
All Known Implementing Classes:
ServerP

public interface IServerInit2
extends IServerInit, Serializable

Server initialization.

Product Availability

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


Method Summary
 void initPrivateServerEx(String serverDir, String logDir)
          Initializes Private Server.
 
Methods inherited from interface com.esri.arcgis.server.IServerInit
initPrivateServer
 

Method Detail

initPrivateServerEx

void initPrivateServerEx(String serverDir,
                         String logDir)
                         throws IOException,
                                AutomationException
Initializes Private Server.

Product Availability

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

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