com.esri.arcgis.server
Interface IManagerWebService

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

public interface IManagerWebService
extends java.io.Serializable

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

Description: 'Provides access to members that manage a collection of IGISServer objects in the Manager web service catalog.' 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 IIDc260325f_c891_4dff_89c1_58aeacc7e361
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addGISServer(IGISServer server)
          Adds an IGISServer object to the GISServers in this Manager web service catalog.
 void deleteGISServer(java.lang.String aliasName)
          Deletes an IGISServer object to the GISServers in this Manager web service catalog.
 IGISServers getGISServers()
          Gets the IGISServers object holding the IGISServerInfos for the Manager web service catalog.
 void refreshServiceInfo()
          Refreshes the service info on all services in all of the GISServers in this Manager web service catalog.
 

Field Detail

IIDc260325f_c891_4dff_89c1_58aeacc7e361

static final int IIDc260325f_c891_4dff_89c1_58aeacc7e361
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

getGISServers

IGISServers getGISServers()
                          throws java.io.IOException,
                                 AutomationException
Gets the IGISServers object holding the IGISServerInfos for the Manager web service catalog.

Returns:
A reference to a com.esri.arcgis.server.IGISServers
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addGISServer

void addGISServer(IGISServer server)
                  throws java.io.IOException,
                         AutomationException
Adds an IGISServer object to the GISServers in this Manager web service catalog.

Parameters:
server - A reference to a com.esri.arcgis.server.IGISServer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteGISServer

void deleteGISServer(java.lang.String aliasName)
                     throws java.io.IOException,
                            AutomationException
Deletes an IGISServer object to the GISServers in this Manager web service catalog.

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

refreshServiceInfo

void refreshServiceInfo()
                        throws java.io.IOException,
                               AutomationException
Refreshes the service info on all services in all of the GISServers in this Manager web service catalog.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.