com.esri.arcgis.server
Interface IServerObjectType4

All Superinterfaces:
IServerObjectType, IServerObjectType2, IServerObjectType3, Serializable
All Known Implementing Classes:
IServerObjectType4Proxy, ServerObjectType

public interface IServerObjectType4
extends IServerObjectType3, Serializable

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

Product Availability

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


Method Summary
 IPropertySet getInfo()
          Auxiliary information for the server objects type.
 void setInfoByRef(IPropertySet props)
          Auxiliary information for the server objects type.
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectType3
getConfigurationsLimit, setConfigurationsLimit
 
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

setInfoByRef

void setInfoByRef(IPropertySet props)
                  throws IOException,
                         AutomationException
Auxiliary information for the server objects type.

Product Availability

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

Parameters:
props - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInfo

IPropertySet getInfo()
                     throws IOException,
                            AutomationException
Auxiliary information for the server objects type.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.