com.esri.arcgis.gisclient
Class IWCSClientEventsProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.gisclient.IWCSClientEventsProxy
All Implemented Interfaces:
IWCSClientEvents, Externalizable, Serializable

public class IWCSClientEventsProxy
extends com.esri.arcgis.interop.Dispatch
implements IWCSClientEvents, Serializable

Provides access to events that occur when a URL request is made to the WCS server.

Description

This interface is new at ArcGIS 9.3.

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
  IWCSClientEventsProxy()
           
  IWCSClientEventsProxy(Object obj)
           
protected IWCSClientEventsProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 void removeListener(String iidStr, Object theListener)
           
 void wCSException(IWCSServiceDescription pService, String requestType, String requestURL, IWCSServiceExceptionHandler pException)
          Fired when the an URL request is made to WCS server and the server fails with a valid exception.
 void wCSRequest(IWCSServiceDescription pService, String requestType, String requestURL)
          Fired when the an URL request is made to WCS server.
 
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
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IWCSClientEventsProxy

public IWCSClientEventsProxy()

IWCSClientEventsProxy

public IWCSClientEventsProxy(Object obj)
                      throws IOException
Throws:
IOException

IWCSClientEventsProxy

protected IWCSClientEventsProxy(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 com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

wCSRequest

public void wCSRequest(IWCSServiceDescription pService,
                       String requestType,
                       String requestURL)
                throws IOException,
                       AutomationException
Fired when the an URL request is made to WCS server.

Product Availability

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

Specified by:
wCSRequest in interface IWCSClientEvents
Parameters:
pService - A reference to a com.esri.arcgis.gisclient.IWCSServiceDescription (in)
requestType - The requestType (in)
requestURL - The requestURL (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

wCSException

public void wCSException(IWCSServiceDescription pService,
                         String requestType,
                         String requestURL,
                         IWCSServiceExceptionHandler pException)
                  throws IOException,
                         AutomationException
Fired when the an URL request is made to WCS server and the server fails with a valid exception.

Product Availability

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

Specified by:
wCSException in interface IWCSClientEvents
Parameters:
pService - A reference to a com.esri.arcgis.gisclient.IWCSServiceDescription (in)
requestType - The requestType (in)
requestURL - The requestURL (in)
pException - A reference to a com.esri.arcgis.gisclient.IWCSServiceExceptionHandler (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.