com.esri.arcgis.server
Interface IServerObjectAdmin3

All Superinterfaces:
IServerObjectAdmin, IServerObjectAdmin2, Serializable
All Known Subinterfaces:
IServerObjectAdmin4, IServerObjectAdmin5, IServerObjectAdmin6, IServerObjectAdmin7
All Known Implementing Classes:
IServerObjectAdmin3Proxy, IServerObjectAdmin4Proxy, IServerObjectAdmin5Proxy, IServerObjectAdmin6Proxy, ServerObjectAdmin

public interface IServerObjectAdmin3
extends IServerObjectAdmin2, Serializable

Provides access to members that administer the ArcGIS server.

Description

IServerObjectAdmin3 provides methods to retrieve server configuration information and to administer the ArcGIS Server.

The IServerObjectAdmin3 interface can be obtained by a query interface with the IServerObjectAdmin interface.

Product Availability

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


Method Summary
 IEnumServerObjectConfiguration getConfigurationsEx2(String folderName, int stat)
          An enumerator over all the server object configurations in a server configuration folder.
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectAdmin2
addExtensionType, createExtensionType, createFolder, deleteExtensionType, deleteFolder, disable, enable, getConfigurationsEx, getExtensionTypes, getFolderInfo, getFolders, getServerLog, renameFolder, setFolderInfo, validateConfiguration
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectAdmin
addConfiguration, addMachine, addServerDirectory, createConfiguration, createMachine, createServerDirectory, deleteConfiguration, deleteMachine, deleteServerDirectory, getConfiguration, getConfigurations, getConfigurationStatus, getMachine, getMachines, getProperties, getServerDirectories, getServerDirectory, getTypes, pauseConfiguration, setProperties, startConfiguration, stopConfiguration, updateConfiguration, updateMachine, updateServerDirectory
 

Method Detail

getConfigurationsEx2

IEnumServerObjectConfiguration getConfigurationsEx2(String folderName,
                                                    int stat)
                                                    throws IOException,
                                                           AutomationException
An enumerator over all the server object configurations in a server configuration folder.

Remarks

GetConfigurationsEx2 returns an enumeration (IEnumServerObjectConfiguration) of IServerObjectConfiguration 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.IEnumServerObjectConfiguration
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.