|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAISClientObjectX
IAISClientObject Interface
Method Summary | |
---|---|
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 |
report(String statusString)
This function is intended for internal use by other Image Service objects. |
Method Detail |
---|
boolean init(String iscConfig) throws IOException, AutomationException
iscConfig
- The iscConfig (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean close() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.float getVersion(String serverHost, String serverPort) throws IOException, AutomationException
serverHost
- The serverHost (in)serverPort
- The serverPort (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getServerInfo(String requestString) throws IOException, AutomationException
requestString
- The requestString (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IAISImageServiceX openImageService(String imageServiceSource, String serviceInitializationProperties) throws IOException, AutomationException
imageServiceSource
- The imageServiceSource (in)serviceInitializationProperties
- The serviceInitializationProperties (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getStatus() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void report(String statusString) throws IOException, AutomationException
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 |