com.esri.arcgis.server
Interface IServerObjectConfigurationInfo2

All Superinterfaces:
IServerObjectConfigurationInfo, java.io.Serializable
All Known Implementing Classes:
IServerObjectConfigurationInfo2Proxy, ServerObjectConfigurationInfo

public interface IServerObjectConfigurationInfo2
extends IServerObjectConfigurationInfo, java.io.Serializable

COM Interface 'IServerObjectConfigurationInfo2'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriServer.olb'

Description: 'Provides access to the properties of a server object configuration with extensions.' 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 IID765ee3db_2a65_41ed_9619_482bbc48192d
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.server.IServerObjectConfigurationInfo
IID6c7eec75_0d7d_4ec1_8b58_4d88f11fd4fa
 
Method Summary
 IPropertySet getExtensionInfo(java.lang.String name)
          The extension-dependent info for the server object configuration.
 IEnumBSTR getExtensions()
          An array of the registered server object extensions for a given configuration.
 IPropertySet getInfo()
          Auxiliary Information for the server objects created by the server object configuration ?passive properties only.
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectConfigurationInfo
getDescription, getName, getTypeName, isPooled
 

Field Detail

IID765ee3db_2a65_41ed_9619_482bbc48192d

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

getExtensions

IEnumBSTR getExtensions()
                        throws java.io.IOException,
                               AutomationException
An array of the registered server object extensions for a given configuration.

Returns:
A reference to a com.esri.arcgis.system.IEnumBSTR
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInfo

IPropertySet getInfo()
                     throws java.io.IOException,
                            AutomationException
Auxiliary Information for the server objects created by the server object configuration ?passive properties only.

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.

getExtensionInfo

IPropertySet getExtensionInfo(java.lang.String name)
                              throws java.io.IOException,
                                     AutomationException
The extension-dependent info for the server object configuration.

Parameters:
name - The name (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.