com.esri.arcgis.server
Interface IServerObjectType2

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

public interface IServerObjectType2
extends IServerObjectType, 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
 String getDisplayName()
          Display name of the server object type.
 int getIsolationLevel()
          The isolation level of the server objects supported by the server object type.
 void setDisplayName(String pVal)
          Display name of the server object type.
 void setIsolationLevel(int isoLevel)
          The isolation level of the server objects supported by the server object type.
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectType
getCLSID, getDescription, getName, setCLSID, setDescription, setName
 

Method Detail

getIsolationLevel

int getIsolationLevel()
                      throws IOException,
                             AutomationException
The isolation level of the server objects supported by the server object type.

Product Availability

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

Returns:
A com.esri.arcgis.server.esriServerIsolationLevel constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsolationLevel

void setIsolationLevel(int isoLevel)
                       throws IOException,
                              AutomationException
The isolation level of the server objects supported by the server object type.

Product Availability

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

Parameters:
isoLevel - A com.esri.arcgis.server.esriServerIsolationLevel constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDisplayName

String getDisplayName()
                      throws IOException,
                             AutomationException
Display name of the 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.

setDisplayName

void setDisplayName(String pVal)
                    throws IOException,
                           AutomationException
Display name of the 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.