public interface IAGSServerConnection2 extends IAGSServerConnection, 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 |
IID6921c52d_0d14_4d2c_8a80_a7873c1306ea |
static int |
xxDummy
Deprecated.
Internal use only
|
IID657f65fd_9795_40b4_b1ce_e235ef08614c
Modifier and Type | Method and Description |
---|---|
IEnumBSTR |
getFolders(java.lang.String reserved)
Returns an enumeration of folder names beneath the specified folder.
|
IAGSEnumServerObjectName |
getServerObjectNamesEx(java.lang.String folderName)
The ServerObjectNames in the GIS server folder.
|
getFullName, getName, getServerObjectNames, setFullNameByRef, setName
static final int IID6921c52d_0d14_4d2c_8a80_a7873c1306ea
static final int xxDummy
static final java.lang.String IID
IAGSEnumServerObjectName getServerObjectNamesEx(java.lang.String folderName) throws java.io.IOException, AutomationException
folderName
- The folderName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumBSTR getFolders(java.lang.String reserved) throws java.io.IOException, AutomationException
reserved
- The reserved (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.