| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IIMSGlobeConnection
Provides access to methods that describe the ims connection within and globe client communicating with ims.
| Method Summary | |
|---|---|
|  String | getServiceName()The service name for the request. | 
|  String | getURL()The Url for the request. | 
|  String | makeRequest(String strDataString)Makes a request to the IMS Server. | 
|  void | makeRequestBinary(String strDataString,
                  boolean bAllocateData,
                  int data,
                  int[] size)Make a request for binary data. | 
|  void | setServiceName(String pName)The service name for the request. | 
|  void | setURL(String pURL)The Url for the request. | 
| Method Detail | 
|---|
String makeRequest(String strDataString)
                   throws IOException,
                          AutomationException
strDataString - The strDataString  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void makeRequestBinary(String strDataString,
                       boolean bAllocateData,
                       int data,
                       int[] size)
                       throws IOException,
                              AutomationException
strDataString - The strDataString  (in)bAllocateData - The bAllocateData  (in)data - A COM void*  (out: use single element array)size - The size  (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setURL(String pURL)
            throws IOException,
                   AutomationException
pURL - The pURL  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getURL()
              throws IOException,
                     AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setServiceName(String pName)
                    throws IOException,
                           AutomationException
pName - The pName  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getServiceName()
                      throws IOException,
                             AutomationException
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 | ||||||||