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 =
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. |
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
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.