com.esri.arcgis.server
Class IManagerWebServiceProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.server.IManagerWebServiceProxy
All Implemented Interfaces:
IManagerWebService, Externalizable, Serializable

public class IManagerWebServiceProxy
extends com.esri.arcgis.interop.Dispatch
implements IManagerWebService, Serializable

Provides access to members that manage a collection of IGISServer objects in the Manager web service catalog.

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
  IManagerWebServiceProxy()
           
  IManagerWebServiceProxy(Object obj)
           
protected IManagerWebServiceProxy(Object obj, String iid)
           
 
Method Summary
 void addGISServer(IGISServer server)
          Adds an IGISServer object to the GISServers in this Manager web service catalog.
 void addListener(String iidStr, Object theListener, Object theSource)
           
 void deleteGISServer(String aliasName)
          Deletes an IGISServer object to the GISServers in this Manager web service catalog.
 IGISServers getGISServers()
          Gets the IGISServers object holding the IGISServerInfos for the Manager web service catalog.
 void refreshServiceInfo()
          Refreshes the service info on all services in all of the GISServers in this Manager web service catalog.
 void removeListener(String iidStr, Object theListener)
           
 
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

IManagerWebServiceProxy

public IManagerWebServiceProxy()

IManagerWebServiceProxy

public IManagerWebServiceProxy(Object obj)
                        throws IOException
Throws:
IOException

IManagerWebServiceProxy

protected IManagerWebServiceProxy(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

getGISServers

public IGISServers getGISServers()
                          throws IOException,
                                 AutomationException
Gets the IGISServers object holding the IGISServerInfos for the Manager web service catalog.

Product Availability

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

Specified by:
getGISServers in interface IManagerWebService
Returns:
A reference to a com.esri.arcgis.server.IGISServers
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addGISServer

public void addGISServer(IGISServer server)
                  throws IOException,
                         AutomationException
Adds an IGISServer object to the GISServers in this Manager web service catalog.

Product Availability

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

Specified by:
addGISServer in interface IManagerWebService
Parameters:
server - A reference to a com.esri.arcgis.server.IGISServer (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteGISServer

public void deleteGISServer(String aliasName)
                     throws IOException,
                            AutomationException
Deletes an IGISServer object to the GISServers in this Manager web service catalog.

Product Availability

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

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

refreshServiceInfo

public void refreshServiceInfo()
                        throws IOException,
                               AutomationException
Refreshes the service info on all services in all of the GISServers in this Manager web service catalog.

Product Availability

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

Specified by:
refreshServiceInfo in interface IManagerWebService
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.