|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAGSServerConnectionFactory2
Provides access to members that create and open GIS server connections and supply server connection factory information.
Method Summary | |
---|---|
int |
getDefaultHttpTimeout()
The default timeout for http requests to the server (in seconds). |
IAGSServerConnection |
openFromFile(String fileName,
int hWnd)
Opens the server connection specified by the given file name. |
IPropertySet |
readConnectionPropertiesFromFile(String fileName)
The connection properties from the specified file. |
void |
setDefaultHttpTimeout(int seconds)
The default timeout for http requests to the server (in seconds). |
Methods inherited from interface com.esri.arcgis.gisclient.IAGSServerConnectionFactory |
---|
open |
Method Detail |
---|
IAGSServerConnection openFromFile(String fileName, int hWnd) throws IOException, AutomationException
fileName
- The fileName (in)hWnd
- The hWnd (A COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet readConnectionPropertiesFromFile(String fileName) throws IOException, AutomationException
fileName
- The fileName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefaultHttpTimeout(int seconds) throws IOException, AutomationException
seconds
- The seconds (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDefaultHttpTimeout() 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 |