com.esri.arcgis.server
Interface IConfigurationFactory3

All Superinterfaces:
IConfigurationFactory, IConfigurationFactory2, Serializable
All Known Implementing Classes:
FeatureServerConfigurationFactory, GPServerConfigurationFactory, MapServerConfigurationFactory

public interface IConfigurationFactory3
extends IConfigurationFactory2, Serializable

Provides access to members that can be called during server object configuration events.

Product Availability

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


Method Summary
 IPropertySet onRename(IServerObjectAdmin pAdmin, IPropertySet props)
          Is called when configuration is renamed.
 
Methods inherited from interface com.esri.arcgis.server.IConfigurationFactory2
beforeStart, beforeStop, onRemoveEx
 
Methods inherited from interface com.esri.arcgis.server.IConfigurationFactory
onAdd, onRemove, onStart, onStop
 

Method Detail

onRename

IPropertySet onRename(IServerObjectAdmin pAdmin,
                      IPropertySet props)
                      throws IOException,
                             AutomationException
Is called when configuration is renamed.

Product Availability

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

Parameters:
pAdmin - A reference to a com.esri.arcgis.server.IServerObjectAdmin (in)
props - A reference to a com.esri.arcgis.system.IPropertySet (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.