com.esri.arcgis.server
Interface IConfigurationFactory

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IConfigurationFactory2, IConfigurationFactory3
All Known Implementing Classes:
ConfigFactory, FeatureServerConfigurationFactory, GeoDataServerConfigurationFactory, GlobeServerConfigurationFactory, GPServerConfigurationFactory, IConfigurationFactory2Proxy, IConfigurationFactory3Proxy, IConfigurationFactoryProxy, ImageServerConfigurationFactory, MapServerConfigurationFactory, SDSFeatureServerConfigurationFactory, SearchServerConfigurationFactory

public interface IConfigurationFactory
extends java.io.Serializable

COM Interface 'IConfigurationFactory'. 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 IID94e42963_1a3b_4413_847e_afa37ee24a5a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPropertySet onAdd(IServerObjectAdmin pAdmin, IPropertySet pProps)
          Is called when the configuration is added.
 void onRemove()
          Is called when the configuration is removed.
 void onStart(IServerObjectAdmin pAdmin, IPropertySet props)
          Is called when the configuration is started.
 void onStop(IServerObjectAdmin pAdmin, IPropertySet props)
          Is called when the configuration is stopped.
 

Field Detail

IID94e42963_1a3b_4413_847e_afa37ee24a5a

static final int IID94e42963_1a3b_4413_847e_afa37ee24a5a
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

onAdd

IPropertySet onAdd(IServerObjectAdmin pAdmin,
                   IPropertySet pProps)
                   throws java.io.IOException,
                          AutomationException
Is called when the configuration is added.

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

onRemove

void onRemove()
              throws java.io.IOException,
                     AutomationException
Is called when the configuration is removed.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onStart

void onStart(IServerObjectAdmin pAdmin,
             IPropertySet props)
             throws java.io.IOException,
                    AutomationException
Is called when the configuration is started.

Parameters:
pAdmin - A reference to a com.esri.arcgis.server.IServerObjectAdmin (in)
props - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onStop

void onStop(IServerObjectAdmin pAdmin,
            IPropertySet props)
            throws java.io.IOException,
                   AutomationException
Is called when the configuration is stopped.

Parameters:
pAdmin - A reference to a com.esri.arcgis.server.IServerObjectAdmin (in)
props - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.