com.esri.arcgis.server
Interface IServerObjectExtensionType2

All Superinterfaces:
IServerObjectExtensionType, Serializable
All Known Subinterfaces:
IServerObjectExtensionType3
All Known Implementing Classes:
IServerObjectExtensionType2Proxy, IServerObjectExtensionType3Proxy, ServerObjectExtensionType

public interface IServerObjectExtensionType2
extends IServerObjectExtensionType, Serializable

Provides access to properties, for administrators, of a server object extension type.

Product Availability

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


Method Summary
 String getDisplayName()
          Display name of the server object extension type.
 void setDisplayName(String pVal)
          Display name of the server object extension type.
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectExtensionType
getCLSID, getDescription, getName, setCLSID, setDescription, setName
 

Method Detail

getDisplayName

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