com.esri.arcgis.server
Interface IServerEnvironmentEx

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IServerEnvironmentExProxy

public interface IServerEnvironmentEx
extends java.io.Serializable

COM Interface 'IServerEnvironmentEx'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriServer.olb'

Description: 'Provides access to Server configuration 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 IIDab1ffdae_9b92_4e97_b3da_ea251258d8af
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEnumServerDirectoryInfo getServerDirectoryInfos()
          An enumerator over all the GIS server's ServerDirectoryInfos.
 

Field Detail

IIDab1ffdae_9b92_4e97_b3da_ea251258d8af

static final int IIDab1ffdae_9b92_4e97_b3da_ea251258d8af
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getServerDirectoryInfos

IEnumServerDirectoryInfo getServerDirectoryInfos()
                                                 throws java.io.IOException,
                                                        AutomationException
An enumerator over all the GIS server's ServerDirectoryInfos.

Returns:
A reference to a com.esri.arcgis.server.IEnumServerDirectoryInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.