com.esri.arcgis.datasourcesraster
Class IAISClientObjectXProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IAISClientObjectXProxy
All Implemented Interfaces:
IAISClientObjectX, Externalizable, Serializable

public class IAISClientObjectXProxy
extends com.esri.arcgis.interop.Dispatch
implements IAISClientObjectX, Serializable

IAISClientObject Interface

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
  IAISClientObjectXProxy()
           
  IAISClientObjectXProxy(Object obj)
           
protected IAISClientObjectXProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 boolean close()
          Shuts down and cleans up the Client object.
 String getServerInfo(String requestString)
          Gets the information on the Server.
 String getStatus()
          Returns an XML detailing the status of the last operation performed on this object.
 float getVersion(String serverHost, String serverPort)
          Returns the version number of Server on specified host and port.
 boolean init(String iscConfig)
          initialize the Server Connection with an ISCConfig file/string.
 IAISImageServiceX openImageService(String imageServiceSource, String serviceInitializationProperties)
          Opens an image service as defined by the fully qualified
 void removeListener(String iidStr, Object theListener)
           
 void report(String statusString)
          This function is intended for internal use by other Image Service objects.
 
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

IAISClientObjectXProxy

public IAISClientObjectXProxy()

IAISClientObjectXProxy

public IAISClientObjectXProxy(Object obj)
                       throws IOException
Throws:
IOException

IAISClientObjectXProxy

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

init

public boolean init(String iscConfig)
             throws IOException,
                    AutomationException
initialize the Server Connection with an ISCConfig file/string.

Product Availability

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

Specified by:
init in interface IAISClientObjectX
Parameters:
iscConfig - The iscConfig (in)
Returns:
The retVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

close

public boolean close()
              throws IOException,
                     AutomationException
Shuts down and cleans up the Client object.

Product Availability

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

Specified by:
close in interface IAISClientObjectX
Returns:
The retVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVersion

public float getVersion(String serverHost,
                        String serverPort)
                 throws IOException,
                        AutomationException
Returns the version number of Server on specified host and port. An empty port will use the default server port

Product Availability

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

Specified by:
getVersion in interface IAISClientObjectX
Parameters:
serverHost - The serverHost (in)
serverPort - The serverPort (in)
Returns:
The version
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServerInfo

public String getServerInfo(String requestString)
                     throws IOException,
                            AutomationException
Gets the information on the Server.

Product Availability

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

Specified by:
getServerInfo in interface IAISClientObjectX
Parameters:
requestString - The requestString (in)
Returns:
The serverInfo
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

openImageService

public IAISImageServiceX openImageService(String imageServiceSource,
                                          String serviceInitializationProperties)
                                   throws IOException,
                                          AutomationException
Opens an image service as defined by the fully qualified

Product Availability

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

Specified by:
openImageService in interface IAISClientObjectX
Parameters:
imageServiceSource - The imageServiceSource (in)
serviceInitializationProperties - The serviceInitializationProperties (in)
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IAISImageServiceX
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStatus

public String getStatus()
                 throws IOException,
                        AutomationException
Returns an XML detailing the status of the last operation performed on this object.

Product Availability

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

Specified by:
getStatus in interface IAISClientObjectX
Returns:
The status
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

report

public void report(String statusString)
            throws IOException,
                   AutomationException
This function is intended for internal use by other Image Service objects.

Product Availability

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

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