com.esri.arcgis.server
Interface IWPISilentConfig

All Superinterfaces:
Serializable
All Known Implementing Classes:
IWPISilentConfigProxy

public interface IWPISilentConfig
extends Serializable

Provides access to members that configure the web services post install silently.

Product Availability

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


Method Summary
 boolean configure(String webServerName, String instanceName, String computerName, String userName, String userPass, String domainName, String port)
          Configures the server post install with the specified server name, instance name, SOM name and name and domain of user with which the webservices authenticate against the SOM.
 

Method Detail

configure

boolean configure(String webServerName,
                  String instanceName,
                  String computerName,
                  String userName,
                  String userPass,
                  String domainName,
                  String port)
                  throws IOException,
                         AutomationException
Configures the server post install with the specified server name, instance name, SOM name and name and domain of user with which the webservices authenticate against the SOM.

Product Availability

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

Parameters:
webServerName - The webServerName (in)
instanceName - The instanceName (in)
computerName - The computerName (in)
userName - The userName (in)
userPass - The userPass (in)
domainName - The domainName (in)
port - The port (in)
Returns:
The success
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.