com.esri.arcgis.server
Class IServiceCatalogAdmin3Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.server.IServiceCatalogAdminProxy
          extended by com.esri.arcgis.server.IServiceCatalogAdmin2Proxy
              extended by com.esri.arcgis.server.IServiceCatalogAdmin3Proxy
All Implemented Interfaces:
IServiceCatalogAdmin, IServiceCatalogAdmin2, IServiceCatalogAdmin3, Externalizable, Serializable

public class IServiceCatalogAdmin3Proxy
extends IServiceCatalogAdmin2Proxy
implements IServiceCatalogAdmin3, 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.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IServiceCatalogAdmin3Proxy()
           
  IServiceCatalogAdmin3Proxy(Object obj)
           
protected IServiceCatalogAdmin3Proxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 void removeListener(String iidStr, Object theListener)
           
 void setRequiresTokens(boolean rhs1)
          Indicates whether the service catalog should require tokens for authentication.
 void setTokenServiceURL(String rhs1)
          Token service url.
 
Methods inherited from class com.esri.arcgis.server.IServiceCatalogAdmin2Proxy
createServiceFolderArray, setMessageFormats, setMessageVersion, setServiceFoldersByRef
 
Methods inherited from class com.esri.arcgis.server.IServiceCatalogAdminProxy
createServiceDescription, createServiceDescriptionArray, getCatalogDescriptionDocument, getDescriptionDocument, setServiceDescriptionsByRef
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
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

noncastable

public boolean noncastable
Constructor Detail

IServiceCatalogAdmin3Proxy

public IServiceCatalogAdmin3Proxy()

IServiceCatalogAdmin3Proxy

public IServiceCatalogAdmin3Proxy(Object obj)
                           throws IOException
Throws:
IOException

IServiceCatalogAdmin3Proxy

protected IServiceCatalogAdmin3Proxy(Object obj,
                                     String iid)
                              throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class IServiceCatalogAdmin2Proxy
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class IServiceCatalogAdmin2Proxy
Throws:
IOException

setTokenServiceURL

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

Product Availability

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

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

setRequiresTokens

public 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.

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