com.esri.arcgis.server
Interface IServerObjectType3

All Superinterfaces:
IServerObjectType, IServerObjectType2, java.io.Serializable
All Known Subinterfaces:
IServerObjectType4
All Known Implementing Classes:
IServerObjectType3Proxy, IServerObjectType4Proxy, ServerObjectType

public interface IServerObjectType3
extends IServerObjectType2, java.io.Serializable

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

Description: 'Provides access to methods, for administrators, that control the behavior and 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 IIDc54dd682_295a_4f38_93e3_7da20dca88c8
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.server.IServerObjectType2
IID42472792_5345_4b93_b132_3977c24bacb4
 
Fields inherited from interface com.esri.arcgis.server.IServerObjectType
IID9ad7beca_fbc3_494a_bec6_790ff0e6946e
 
Method Summary
 int getConfigurationsLimit()
          Limits the number of configurations that can be created of this server object type.
 void setConfigurationsLimit(int pVal)
          Limits the number of configurations that can be created of this server object type.
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectType2
getDisplayName, getIsolationLevel, setDisplayName, setIsolationLevel
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectType
getCLSID, getDescription, getName, setCLSID, setDescription, setName
 

Field Detail

IIDc54dd682_295a_4f38_93e3_7da20dca88c8

static final int IIDc54dd682_295a_4f38_93e3_7da20dca88c8
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.

setConfigurationsLimit

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

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