com.esri.arcgis.server
Interface IServerObjectType3

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

public interface IServerObjectType3
extends IServerObjectType2, Serializable

Provides access to methods, for administrators, that control the behavior and properties of a server object type.

Description

This interface is new at ArcGIS 9.3. It supersedes IServerObjectType and IServerObjectType2.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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
 

Method Detail

getConfigurationsLimit

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setConfigurationsLimit

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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