com.esri.arcgis.server
Interface IServerObjectManager3

All Superinterfaces:
IServerObjectManager, IServerObjectManager2, Serializable
All Known Subinterfaces:
IServerObjectManager4
All Known Implementing Classes:
IServerObjectManager3Proxy, IServerObjectManager4Proxy, ServerObjectManager

public interface IServerObjectManager3
extends IServerObjectManager2, Serializable

Provides access to properties and members of the ArcGIS server's server object manager for server object extensions.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IEnumServerObjectConfigurationInfo getConfigurationInfosEx2(String folderName, int stat)
          An enumerator over the ArcGIS server's ServerObjectExtensionInfos in a given folder.
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectManager2
getConfigurationInfosEx, getConfigurationStatus, getExtensionTypeInfos, getFolderInfo, getFolders, getSystemInfo
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectManager
createServerContext, getConfigurationInfo, getConfigurationInfos, getServerDirectoryInfos, getTypeInfos
 

Method Detail

getConfigurationInfosEx2

IEnumServerObjectConfigurationInfo getConfigurationInfosEx2(String folderName,
                                                            int stat)
                                                            throws IOException,
                                                                   AutomationException
An enumerator over the ArcGIS server's ServerObjectExtensionInfos in a given folder.

Remarks

GetConfigurationInfosEx2 returns an enumeration (IEnumServerObjectConfigurationInfo) of IServerObjectConfigurationInfo for configurations of a specific esriConfigurationStatus from the folder specified.

Some folderNames have special significance:

folderName == “” means “root”.

folderName == “NULL” means “all folders and root”

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
folderName - The folderName (in)
stat - A com.esri.arcgis.server.esriConfigurationStatus constant (in)
Returns:
A reference to a com.esri.arcgis.server.IEnumServerObjectConfigurationInfo
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.