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.
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.