com.esri.arcgis.server
Interface IServerObjectTypeInfo3

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

public interface IServerObjectTypeInfo3
extends IServerObjectTypeInfo2, Serializable

Provides access to properties of a server object type.

Description

This interface is new at ArcGIS 9.3. It supersedes IServerObjectTypeInfo and IServerObjectTypeInfo2.

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.
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectTypeInfo2
getDisplayName
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectTypeInfo
getDescription, getName
 

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.