com.esri.arcgis.server
Interface IServerObjectTypeInfo3

All Superinterfaces:
IServerObjectTypeInfo, IServerObjectTypeInfo2, java.io.Serializable
All Known Implementing Classes:
IServerObjectTypeInfo3Proxy, ServerObjectTypeInfo

public interface IServerObjectTypeInfo3
extends IServerObjectTypeInfo2, java.io.Serializable

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

Description: 'Provides access to properties of a server object type.' 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 IIDac43c070_1627_4c6d_9532_bc80cfd82c71
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.server.IServerObjectTypeInfo2
IID9ee9aa24_dfcb_4de5_9091_fcabac13a7e1
 
Fields inherited from interface com.esri.arcgis.server.IServerObjectTypeInfo
IID1ef2395d_81eb_41fd_aa34_33e9fe2d8968
 
Method Summary
 int getConfigurationsLimit()
          Limits the number of configurations that can be created of this server object type.
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectTypeInfo2
getDisplayName
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectTypeInfo
getDescription, getName
 

Field Detail

IIDac43c070_1627_4c6d_9532_bc80cfd82c71

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

getConfigurationsLimit

int getConfigurationsLimit()
                           throws java.io.IOException,
                                  AutomationException
Limits the number of configurations that can be created of this server object type.

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