com.esri.arcgis.server
Interface IServerObjectConfigurationManager

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IServerObjectConfigurationManager2
All Known Implementing Classes:
IServerObjectConfigurationManager2Proxy, IServerObjectConfigurationManagerProxy, MapServer, WFSServer

public interface IServerObjectConfigurationManager
extends java.io.Serializable

COM Interface 'IServerObjectConfigurationManager'. 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 IID181f5a7e_25c9_4fbf_9166_75d638acc930
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPropertySet onAdd(IPropertySet pProps)
          Is called when the configuration is added.
 void onRemove()
          Is called when the configuration is removed.
 

Field Detail

IID181f5a7e_25c9_4fbf_9166_75d638acc930

static final int IID181f5a7e_25c9_4fbf_9166_75d638acc930
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(IPropertySet pProps)
                   throws java.io.IOException,
                          AutomationException
Is called when the configuration is added.

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