com.esri.arcgis.server
Class IServiceDescription3Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.server.IServiceDescriptionProxy
          extended by com.esri.arcgis.server.IServiceDescription2Proxy
              extended by com.esri.arcgis.server.IServiceDescription3Proxy
All Implemented Interfaces:
IServiceDescription, IServiceDescription2, IServiceDescription3, Externalizable, Serializable

public class IServiceDescription3Proxy
extends IServiceDescription2Proxy
implements IServiceDescription3, Serializable

Provides access to members that control the properties of an ArcGIS Server web service description.

Description

This interface is new at ArcGIS 9.3. It supersedes IServiceDescription and IServiceDescription2.

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
  IServiceDescription3Proxy()
           
  IServiceDescription3Proxy(Object obj)
           
protected IServiceDescription3Proxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 String getDescription()
          The description of the service.
 void removeListener(String iidStr, Object theListener)
           
 void setDescription(String pVal)
          The description of the service.
 
Methods inherited from class com.esri.arcgis.server.IServiceDescription2Proxy
getCapabilities, getParentType, setCapabilities, setParentType
 
Methods inherited from class com.esri.arcgis.server.IServiceDescriptionProxy
getName, getType, getURL, setName, setType, setURL
 
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.IServiceDescription2
getCapabilities, getParentType, setCapabilities, setParentType
 
Methods inherited from interface com.esri.arcgis.server.IServiceDescription
getName, getType, getURL, setName, setType, setURL
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IServiceDescription3Proxy

public IServiceDescription3Proxy()

IServiceDescription3Proxy

public IServiceDescription3Proxy(Object obj)
                          throws IOException
Throws:
IOException

IServiceDescription3Proxy

protected IServiceDescription3Proxy(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 IServiceDescription2Proxy
Throws:
IOException

removeListener

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

getDescription

public String getDescription()
                      throws IOException,
                             AutomationException
The description of the service.

Product Availability

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

Specified by:
getDescription in interface IServiceDescription3
Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDescription

public void setDescription(String pVal)
                    throws IOException,
                           AutomationException
The description of the service.

Product Availability

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

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