com.esri.arcgis.server
Interface IServerObjectConfigurationManager2

All Superinterfaces:
IServerObjectConfigurationManager, java.io.Serializable
All Known Implementing Classes:
IServerObjectConfigurationManager2Proxy, MapServer, WFSServer

public interface IServerObjectConfigurationManager2
extends IServerObjectConfigurationManager, java.io.Serializable

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

Description: 'Provides access to additional members that support initializing a server object.' 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 IID3130f209_598d_4269_b404_df6b13804742
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.server.IServerObjectConfigurationManager
IID181f5a7e_25c9_4fbf_9166_75d638acc930
 
Method Summary
 void beforeStart(IServerObjectAdmin pAdmin, IPropertySet props)
          Is called before the configuration is started.
 void beforeStop(IServerObjectAdmin pAdmin, IPropertySet props)
          Is called before the configuration is stopped.
 void onRemoveEx(IServerObjectAdmin pAdmin, IPropertySet props)
          Is called when the configuration is removed.
 void onStart(IServerObjectAdmin pAdmin, IPropertySet pProps)
          Is called when the configuration is started.
 void onStop(IServerObjectAdmin pAdmin, IPropertySet pProps)
          Is called when the configuration is stopped.
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectConfigurationManager
onAdd, onRemove
 

Field Detail

IID3130f209_598d_4269_b404_df6b13804742

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

onStart

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

Parameters:
pAdmin - A reference to a com.esri.arcgis.server.IServerObjectAdmin (in)
pProps - 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 pProps)
            throws java.io.IOException,
                   AutomationException
Is called when the configuration is stopped.

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

onRemoveEx

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

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.

beforeStart

void beforeStart(IServerObjectAdmin pAdmin,
                 IPropertySet props)
                 throws java.io.IOException,
                        AutomationException
Is called before 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.

beforeStop

void beforeStop(IServerObjectAdmin pAdmin,
                IPropertySet props)
                throws java.io.IOException,
                       AutomationException
Is called before 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.