com.esri.arcgis.server
Interface IServiceCatalogAdmin3

All Superinterfaces:
IServiceCatalogAdmin, IServiceCatalogAdmin2, java.io.Serializable
All Known Implementing Classes:
IServiceCatalogAdmin3Proxy

public interface IServiceCatalogAdmin3
extends IServiceCatalogAdmin2, java.io.Serializable

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

Description: 'Provides access to members that control the contents of an ArcGIS Server web services 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 IID214df7e7_4a43_4f8f_9a13_436afc4d2a5f
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.server.IServiceCatalogAdmin2
IID5aba2ef8_dea3_4b86_ae3b_f2f711b85196
 
Fields inherited from interface com.esri.arcgis.server.IServiceCatalogAdmin
IID34013770_2aef_4a0e_93a3_6c7d1bfc0a6a
 
Method Summary
 void setRequiresTokens(boolean rhs1)
          Indicates whether the service catalog should require tokens for authentication.
 void setTokenServiceURL(java.lang.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
 

Field Detail

IID214df7e7_4a43_4f8f_9a13_436afc4d2a5f

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

setTokenServiceURL

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

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

setRequiresTokens

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

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