public interface IAGSServerConnectionFactory
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID6047c9fc_2d91_420a_a5a2_eb36b7e2fea2 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IAGSServerConnection |
open(IPropertySet pConnectionProperties,
int hWnd)
Opens the GIS server connection specified by the connection properties.
|
static final int IID6047c9fc_2d91_420a_a5a2_eb36b7e2fea2
static final int xxDummy
static final java.lang.String IID
IAGSServerConnection open(IPropertySet pConnectionProperties, int hWnd) throws java.io.IOException, AutomationException
pConnectionProperties
- A reference to a com.esri.arcgis.system.IPropertySet (in)hWnd
- The hWnd (A COM typedef) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.