com.esri.arcgis.server
Interface IWPISilentConfig

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IWPISilentConfigProxy

public interface IWPISilentConfig
extends java.io.Serializable

COM Interface 'IWPISilentConfig'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriServer.olb'

Description: 'Provides access to members that configure the web services post install silently.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID89816982_dedc_4a5a_922a_d2fbbcf53877
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean configure(java.lang.String webServerName, java.lang.String instanceName, java.lang.String computerName, java.lang.String userName, java.lang.String userPass, java.lang.String domainName, java.lang.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.
 

Field Detail

IID89816982_dedc_4a5a_922a_d2fbbcf53877

static final int IID89816982_dedc_4a5a_922a_d2fbbcf53877
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

configure

boolean configure(java.lang.String webServerName,
                  java.lang.String instanceName,
                  java.lang.String computerName,
                  java.lang.String userName,
                  java.lang.String userPass,
                  java.lang.String domainName,
                  java.lang.String port)
                  throws java.io.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.

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.