|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAGSServerConnectionFactory2
COM Interface 'IAGSServerConnectionFactory2'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGISClient.olb'
Description: 'Provides access to members that create and open GIS server connections and supply server connection factory information.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID0264ca94_b0eb_435f_9d3a_5fcc5da0fbae
|
static int |
xxDummy
Deprecated. Internal use only |
Fields inherited from interface com.esri.arcgis.gisclient.IAGSServerConnectionFactory |
---|
IID6047c9fc_2d91_420a_a5a2_eb36b7e2fea2 |
Method Summary | |
---|---|
int |
getDefaultHttpTimeout()
The default timeout for http requests to the server (in seconds). |
IAGSServerConnection |
openFromFile(java.lang.String fileName,
int hWnd)
Opens the server connection specified by the given file name. |
IPropertySet |
readConnectionPropertiesFromFile(java.lang.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 |
Field Detail |
---|
static final int IID0264ca94_b0eb_435f_9d3a_5fcc5da0fbae
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IAGSServerConnection openFromFile(java.lang.String fileName, int hWnd) throws java.io.IOException, AutomationException
fileName
- The fileName (in)hWnd
- The hWnd (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet readConnectionPropertiesFromFile(java.lang.String fileName) throws java.io.IOException, AutomationException
fileName
- The fileName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefaultHttpTimeout(int seconds) throws java.io.IOException, AutomationException
seconds
- The seconds (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDefaultHttpTimeout() throws java.io.IOException, AutomationException
java.io.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 |