com.esri.arcgis.server
Interface IServerObjectAdmin5

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

public interface IServerObjectAdmin5
extends IServerObjectAdmin4, Serializable

Provides access to members that administer the ArcGIS server.

Product Availability

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


Method Summary
 IPropertySet getConfigurationProperties(String name, String type)
          Retrieves properties of server object configuration.
 void updateConfigurationProperties(String name, String type, IPropertySet pProps)
          Updates properties of server object configuration.
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectAdmin4
isSecurityEnabled, setIsSecurityEnabled
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectAdmin3
getConfigurationsEx2
 
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

getConfigurationProperties

IPropertySet getConfigurationProperties(String name,
                                        String type)
                                        throws IOException,
                                               AutomationException
Retrieves properties of server object configuration.

Product Availability

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

Parameters:
name - The name (in)
type - The type (in)
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateConfigurationProperties

void updateConfigurationProperties(String name,
                                   String type,
                                   IPropertySet pProps)
                                   throws IOException,
                                          AutomationException
Updates properties of server object configuration.

Product Availability

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

Parameters:
name - The name (in)
type - The type (in)
pProps - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.