com.esri.arcgis.server
Interface IConfigurationFactory3

All Superinterfaces:
IConfigurationFactory, IConfigurationFactory2, java.io.Serializable
All Known Implementing Classes:
FeatureServerConfigurationFactory, GPServerConfigurationFactory, IConfigurationFactory3Proxy, MapServerConfigurationFactory, SDSFeatureServerConfigurationFactory

public interface IConfigurationFactory3
extends IConfigurationFactory2, java.io.Serializable

COM Interface 'IConfigurationFactory3'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriServer.olb'

Description: 'Provides access to members that can be called during server object configuration events.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID1edfa167_4404_4295_b5bb_cc06a062f55c
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.server.IConfigurationFactory2
IID702ecf93_89d3_438d_b218_f1686c813f0f
 
Fields inherited from interface com.esri.arcgis.server.IConfigurationFactory
IID94e42963_1a3b_4413_847e_afa37ee24a5a
 
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
 

Field Detail

IID1edfa167_4404_4295_b5bb_cc06a062f55c

static final int IID1edfa167_4404_4295_b5bb_cc06a062f55c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

onRename

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

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.