com.esri.arcgis.server
Interface IServiceCatalogAdmin3

All Superinterfaces:
IServiceCatalogAdmin, IServiceCatalogAdmin2, Serializable
All Known Implementing Classes:
IServiceCatalogAdmin3Proxy

public interface IServiceCatalogAdmin3
extends IServiceCatalogAdmin2, Serializable

Provides access to members that control the contents of an ArcGIS Server web services catalog.

Description

This interface is new at ArcGIS 9.3. It supersedes IServiceCatalogAdmin and IServiceCatalogAdmin2.

Product Availability

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


Method Summary
 void setRequiresTokens(boolean rhs1)
          Indicates whether the service catalog should require tokens for authentication.
 void setTokenServiceURL(String rhs1)
          Token service url.
 
Methods inherited from interface com.esri.arcgis.server.IServiceCatalogAdmin2
createServiceFolderArray, setMessageFormats, setMessageVersion, setServiceFoldersByRef
 
Methods inherited from interface com.esri.arcgis.server.IServiceCatalogAdmin
createServiceDescription, createServiceDescriptionArray, getCatalogDescriptionDocument, getDescriptionDocument, setServiceDescriptionsByRef
 

Method Detail

setTokenServiceURL

void setTokenServiceURL(String rhs1)
                        throws IOException,
                               AutomationException
Token service url.

Product Availability

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

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

setRequiresTokens

void setRequiresTokens(boolean rhs1)
                       throws IOException,
                              AutomationException
Indicates whether the service catalog should require tokens for authentication.

Product Availability

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

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