com.esri.arcgis.server
Interface IServerObjectConfigurationInfo

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IServerObjectConfigurationInfo2
All Known Implementing Classes:
IServerObjectConfigurationInfo2Proxy, IServerObjectConfigurationInfoProxy, ServerObjectConfigurationInfo

public interface IServerObjectConfigurationInfo
extends java.io.Serializable

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

Description: 'Provides access to properties of a server object configuration.' 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 IID6c7eec75_0d7d_4ec1_8b58_4d88f11fd4fa
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getDescription()
          Description of the server object configuration.
 java.lang.String getName()
          Name of the server object configuration.
 java.lang.String getTypeName()
          Type of the server object configuration (MapServer or GeocodeServer).
 boolean isPooled()
          Indicates whether the server objects defined by this configuration are pooled.
 

Field Detail

IID6c7eec75_0d7d_4ec1_8b58_4d88f11fd4fa

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of the server object configuration.

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

getTypeName

java.lang.String getTypeName()
                             throws java.io.IOException,
                                    AutomationException
Type of the server object configuration (MapServer or GeocodeServer).

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

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Description of the server object configuration.

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

isPooled

boolean isPooled()
                 throws java.io.IOException,
                        AutomationException
Indicates whether the server objects defined by this configuration are pooled.

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