|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWPISilentConfig
Provides access to members that configure the web services post install silently.
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 |
---|
boolean configure(String webServerName, String instanceName, String computerName, String userName, String userPass, String domainName, String port) throws IOException, AutomationException
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |