|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.datasourcesraster.IAISClientObjectXProxy
public class IAISClientObjectXProxy
IAISClientObject Interface
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 |
---|
public boolean noncastable
Constructor Detail |
---|
public IAISClientObjectXProxy()
public IAISClientObjectXProxy(Object obj) throws IOException
IOException
protected IAISClientObjectXProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public boolean init(String iscConfig) throws IOException, AutomationException
init
in interface IAISClientObjectX
iscConfig
- The iscConfig (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean close() throws IOException, AutomationException
close
in interface IAISClientObjectX
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public float getVersion(String serverHost, String serverPort) throws IOException, AutomationException
getVersion
in interface IAISClientObjectX
serverHost
- The serverHost (in)serverPort
- The serverPort (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getServerInfo(String requestString) throws IOException, AutomationException
getServerInfo
in interface IAISClientObjectX
requestString
- The requestString (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IAISImageServiceX openImageService(String imageServiceSource, String serviceInitializationProperties) throws IOException, AutomationException
openImageService
in interface IAISClientObjectX
imageServiceSource
- The imageServiceSource (in)serviceInitializationProperties
- The serviceInitializationProperties (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getStatus() throws IOException, AutomationException
getStatus
in interface IAISClientObjectX
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void report(String statusString) throws IOException, AutomationException
report
in interface IAISClientObjectX
statusString
- The statusString (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |